module ActiveModel::AttributeMethods::ClassMethods

def resolve_attribute_name(name)

def resolve_attribute_name(name)
  attribute_aliases.fetch(super, &:itself)
end