aboutsummaryrefslogblamecommitdiffstats
path: root/railties/lib/generators/test_unit/model/templates/fixtures.yml
blob: c21035113e5e0c96420a0196eb359cec41adb14c (plain) (tree)


















                                                                        
# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html

<% unless attributes.empty? -%>
one:
<% for attribute in attributes -%>
  <%= attribute.name %>: <%= attribute.default %>
<% end -%>

two:
<% for attribute in attributes -%>
  <%= attribute.name %>: <%= attribute.default %>
<% end -%>
<% else -%>
# one:
#   column: value
#
# two:
#   column: value
<% end -%>