class ActiveRecord::FixtureSet::TableRows

def to_hash

def to_hash
  @tables.transform_values { |rows| rows.map(&:to_hash) }
end