1
0
mirror of https://github.com/meineerde/redmine.git synced 2026-03-13 20:53:07 +00:00
Jean-Philippe Lang 2a04d6188b Adds plugin controller and model generator.
git-svn-id: http://redmine.rubyforge.org/svn/branches/work@1726 e93f8b46-1217-0410-a6f0-8f06a7374b81
2008-08-10 14:57:05 +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 -%>