aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/fixtures/categories_ordered.yml
blob: 2afc6cb5a9b86af31732887e94deee21828e6d2b (plain) (blame)
1
2
3
4
5
6
7
--- !!omap
<% 100.times do |i| %>
- fixture_no_<%= i %>:
    id: <%= i %>
    name: <%= "Category #{i}" %>
    type: Category
<% end %>