method
attribute_method?
v3.1.0 -
Show latest stable
- Class:
ActiveModel::AttributeMethods
attribute_method?(attr_name)protected
No documentation available.
# File activemodel/lib/active_model/attribute_methods.rb, line 406
def attribute_method?(attr_name)
attributes.include?(attr_name)
end