1
0
mirror of https://github.com/meineerde/redmine.git synced 2026-03-13 20:53:07 +00:00
Jean-Philippe Lang de64c4c456 Sync with trunk r1786.
git-svn-id: http://redmine.rubyforge.org/svn/branches/work@1787 e93f8b46-1217-0410-a6f0-8f06a7374b81
2008-09-05 11:04:54 +00:00

12 lines
291 B
YAML

# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html
one:
id: 1
<% for attribute in attributes -%>
<%= attribute.name %>: <%= attribute.default %>
<% end -%>
two:
id: 2
<% for attribute in attributes -%>
<%= attribute.name %>: <%= attribute.default %>
<% end -%>