instance method
attribute_method?
Ruby on Rails 3.1.12
Since v3.0.20Signature
attribute_method?(attribute)
Check if method is an attribute method or not.
Parameters
-
attributereq
Source
# File activemodel/lib/active_model/validations.rb, line 156
def attribute_method?(attribute)
method_defined?(attribute)
end
Defined in activemodel/lib/active_model/validations.rb line 156
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveModel::Validations::ClassMethods