mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
78790e47b8
This reverts commit 2b82708b0e
.
[#3128 state:resolved]
Conflicts:
activerecord/lib/active_record/associations.rb
activerecord/lib/active_record/associations/has_and_belongs_to_many_association.rb
5 lines
100 B
YAML
5 lines
100 B
YAML
<% (1..4).each do |id| %>
|
|
edge_<%= id %>:
|
|
source_id: <%= id %>
|
|
sink_id: <%= id + 1 %>
|
|
<% end %>
|