comparison lib/generators/redmine_plugin_model/templates/.svn/text-base/fixtures.yml.svn-base @ 0:513646585e45

* Import Redmine trunk SVN rev 3859
author Chris Cannam
date Fri, 23 Jul 2010 15:52:44 +0100
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:513646585e45
1 # Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html
2 one:
3 id: 1
4 <% for attribute in attributes -%>
5 <%= attribute.name %>: <%= attribute.default %>
6 <% end -%>
7 two:
8 id: 2
9 <% for attribute in attributes -%>
10 <%= attribute.name %>: <%= attribute.default %>
11 <% end -%>