Joined May 2015
·

Derrick S

98036
·
·

Just set this up and I am getting 'ActiveModel::ForbiddenAttributesError'

extracted source -
def sanitizeformassassignment(attributes)
if attributes.respond
to?(:permitted?) && !attributes.permitted?
raise ActiveModel::ForbiddenAttributesError
else
attributes
end

app trace -

app/models/user.rb:3:in from_omniauth' app/controllers/sessions_controller.rb:3:increate'

Achievements
1 Karma
0 Total ProTip Views