instance method
full_message
Ruby on Rails 2.3.18
Since v2.3.18 Last seen in v2.3.18Signature
full_message()
No documentation comment.
Source
# File activerecord/lib/active_record/validations.rb, line 35
def full_message
attribute.to_s == 'base' ? message : generate_full_message(default_options)
end
Defined in activerecord/lib/active_record/validations.rb line 35
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveRecord::Error