method

_has_attribute?

_has_attribute?(attr_name)
public

No documentation available.

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