Sha256: 16be55438f20392cfb1dd8d8527a04e36aa6aa64f9e51b61a84f231b5eb66720
Contents?: true
Size: 617 Bytes
Versions: 147
Compression:
Stored size: 617 Bytes
Contents
# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/Fixtures.html <% unless attributes.empty? -%> one: <% attributes.each do |attribute| -%> <%= attribute.name %>: <%= attribute.default %> <% end -%> two: <% attributes.each do |attribute| -%> <%= attribute.name %>: <%= attribute.default %> <% end -%> <% else -%> # This model initially had no columns defined. If you add columns to the # model remove the '{}' from the fixture names and add the columns immediately # below each fixture, per the syntax in the comments below # one: {} # column: value # two: {} # column: value <% end -%>
Version data entries
147 entries across 111 versions & 17 rubygems