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

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

[Validate]