summaryrefslogtreecommitdiff
path: root/lib/generators/nifty/scaffold/templates/fixtures.yml
blob: 447eaf9a2fd3f8ddb9db49807abfb736ae29e58c (plain)
1
2
3
4
5
6
7
8
9
one:
<%- for attribute in model_attributes -%>
  <%= attribute.name %>: <%= attribute.default %>
<%- end -%>

two:
<%- for attribute in model_attributes -%>
  <%= attribute.name %>: <%= attribute.default %>
<%- end -%>