method
to_hash
v6.0.0 -
Show 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