Sha256: 88bb3771dc46f16752d35f479e3a5a4128e5d081ea384b57a9e70a54caaa063a
Contents?: true
Size: 384 Bytes
Versions: 514
Compression:
Stored size: 384 Bytes
Contents
# 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 -%>
Version data entries
514 entries across 491 versions & 46 rubygems