module ActiveRecord::AttributeMethods::ClassMethods

def _has_attribute?(attr_name) # :nodoc:

:nodoc:
def _has_attribute?(attr_name) # :nodoc:
  attribute_types.key?(attr_name)
end