class Job < ActiveRecord::Base attr_accessible :description, :title, :premium validates_presence_of :description, :title end
estou com problemas na classe acima, veja o error abaixo.
attr_accessible
is extracted out of Rails into a gem. Please use new recommended protection model for params(strong_parameters) or add protected_attributes
to your Gemfile to use old one.
alguem pode me ajudar?