hobo_files/plugin/generators/hobo_model/templates/fixtures.yml in hobo-0.5.3 vs hobo_files/plugin/generators/hobo_model/templates/fixtures.yml in hobo-0.6

- old
+ new

@@ -1,11 +1,6 @@ # 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 -%> \ No newline at end of file