method
attribute
rails latest stable - Class:
ActiveModel::Attributes
attribute(attr_name)private
No documentation available.
# File activemodel/lib/active_model/attributes.rb, line 148
def attribute(attr_name)
@attributes.fetch_value(attr_name)
end