method

attribute_method?

attribute_method?(attr_name)
protected

No documentation available.

# File activerecord/lib/active_record/attribute_methods.rb, line 70
      def attribute_method?(attr_name)
        attr_name == 'id' || (defined?(@attributes) && @attributes.include?(attr_name))
      end