Method: ActiveModel::AttributeMethods::ClassMethods#attribute_alias

Defined in:
lib/active_model/attribute_methods.rb

#attribute_alias(name) ⇒ Object

Returns the original name for the alias name



223
224
225
# File 'lib/active_model/attribute_methods.rb', line 223

def attribute_alias(name)
  attribute_aliases[name.to_s]
end