aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/fixtures/categories_ordered.yml
blob: 294a6368d60b836819f499e6a0dc6a322b6b369a (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 %>