method

_has_attribute?

_has_attribute?(attr_name)
public

No documentation available.

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