# File lib/active_model/attribute_methods.rb, line 419 def attribute_method?(attr_name) attributes.include?(attr_name) end