index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
activerecord
/
test
/
fixtures
/
vertices.yml
blob: 8af0593f758e7b3474cbbe7db01bc5f76305ec03 (
plain
) (
blame
)
1
2
3
4
<% (1..5).each do |id| %>
vertex_<%= id %>
:
id
:
<%= id %>
<% end %>