view lib/generators/redmine_plugin_model/templates/fixtures.yml @ 78:f549e0ce4aad luisf

Bug #51: Unfinished and not completely tested - limits the number of displayed users to 10.
author luisf
date Tue, 14 Dec 2010 17:51:34 +0000
parents 513646585e45
children
line wrap: on
line source
# 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 -%>