instance method
attributes_with_values
Ruby on Rails 7.1.6
Since v5.2.8.1 PrivateSignature
attributes_with_values(attribute_names)
No documentation comment.
Parameters
-
attribute_namesreq
Source
# File activerecord/lib/active_record/attribute_methods.rb, line 512
def attributes_with_values(attribute_names)
attribute_names.index_with { |name| @attributes[name] }
end
Defined in activerecord/lib/active_record/attribute_methods.rb line 512
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveRecord::AttributeMethods