method

attributes_hash

attributes_hash()
public

No documentation available.

# File activerecord/lib/active_record/dynamic_matchers.rb, line 92
      def attributes_hash
        "{" + attribute_names.map { |name| ":#{name} => #{name}" }.join(',') + "}"
      end