method

attributes_with_values

attributes_with_values(attribute_names)
private

No documentation available.

# File activerecord/lib/active_record/attribute_methods.rb, line 387
      def attributes_with_values(attribute_names)
        attribute_names.index_with do |name|
          _read_attribute(name)
        end
      end