Sha256: 3eb0f3c85c50feab1e36f0c4b4e5054ed6f37ae894d506bbc23293c3910903d6
Contents?: true
Size: 400 Bytes
Versions: 51
Compression:
Stored size: 400 Bytes
Contents
# Read about fixtures at http://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
51 entries across 50 versions & 7 rubygems