Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

fixtures.yml 291B

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