To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.

Statistics Download as Zip
| Branch: | Tag: | Revision:

root / lib / generators / redmine_plugin_model / templates / fixtures.yml @ 442:753f1380d6bc

History | View | Annotate | Download (291 Bytes)

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 -%>