Method deprecated or moved
This method is deprecated or moved on the latest stable version.
The last existing version (v2.3.8) is shown here.
attribute?(attribute_name)
private
# File activerecord/lib/active_record/attribute_methods.rb, line 380
def attribute?(attribute_name)
query_attribute(attribute_name)
end