Sha256: 8693d3f825492145dcdb3b36f04030d5071bef3cd92c55dd7af98c6bcdfabb20
Contents?: true
Size: 401 Bytes
Versions: 44
Compression:
Stored size: 401 Bytes
Contents
# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.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 -%>
Version data entries
44 entries across 41 versions & 7 rubygems