attribute_alias(name)
Returns the original name for the alias name
# File activemodel/lib/active_model/attribute_methods.rb, line 258 def attribute_alias(name) attribute_aliases[name.to_s] end