Class ActiveRecord::DangerousAttributeError
In: vendor/rails/activerecord/lib/active_record/base.rb
Parent: ActiveRecordError

Raised when attribute has a name reserved by ActiveRecord (when attribute has name of one of ActiveRecord instance methods).

[Validate]