method

_has_attribute?

rails latest stable - Class: ActiveRecord::AttributeMethods::ClassMethods
_has_attribute?(attr_name)
public

No documentation available.

# File activerecord/lib/active_record/attribute_methods.rb, line 255
      def _has_attribute?(attr_name) # :nodoc:
        attribute_types.key?(attr_name)
      end