aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/fixtures/edges.yml
blob: b804f7b6a6c5b0e8d2c39feee10080c02a247b14 (plain) (blame)
1
2
3
4
5
<% (1..4).each do |id| %>
edge_<%= id %>:
  source_id: <%= id %>
  sink_id: <%= id + 1 %>
<% end %>