instiki/vendor/rails/railties/lib/rails_generator/generators/components/model/templates/fixtures.yml

20 lines
384 B
YAML
Raw Normal View History

2007-01-22 14:43:50 +01:00
# 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 -%>