View raw

1 # Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html 2 3 one: 4 bed: one 5 location: 1 6 7 two: 8 bed: two 9 location: 1 10