method
attributes_with_values
v7.0.0 -
Show latest stable
- Class:
ActiveRecord::AttributeMethods
attributes_with_values(attribute_names)private
No documentation available.
# File activerecord/lib/active_record/attribute_methods.rb, line 386
def attributes_with_values(attribute_names)
attribute_names.index_with { |name| @attributes[name] }
end