instance method
value
Ruby on Rails 2.3.18
Since v2.3.18 Last seen in v2.3.18Signature
value()
No documentation comment.
Source
# File activerecord/lib/active_record/validations.rb, line 41
def value
@base.respond_to?(attribute) ? @base.send(attribute) : nil
end
Defined in activerecord/lib/active_record/validations.rb line 41
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveRecord::Error