mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
3b6a9a020e
Test failures on PostgreSQL.
[#3128 state:open]
This reverts commit da636809da
.
6 lines
No EOL
115 B
YAML
6 lines
No EOL
115 B
YAML
<% (1..4).each do |id| %>
|
|
edge_<%= id %>:
|
|
id: <%= id %>
|
|
source_id: <%= id %>
|
|
sink_id: <%= id + 1 %>
|
|
<% end %> |