method

to_hash

rails latest stable - Class: ActiveRecord::FixtureSet::TableRows
to_hash()
public

No documentation available.

# File activerecord/lib/active_record/fixture_set/table_rows.rb, line 23
      def to_hash
        @tables.transform_values { |rows| rows.map(&:to_hash) }
      end