Sha256: a3051a48db6759b0c85d8906840e5389fb24302f2f0721d0f4f0bf50f301f097

Contents?: true

Size: 310 Bytes

Versions: 4

Compression:

Stored size: 310 Bytes

Contents

<% 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

4 entries across 4 versions & 1 rubygems

Version Path
activegroonga-0.0.7 rails_generators/model_groonga/templates/fixtures.yml
activegroonga-0.0.6 rails_generators/model_groonga/templates/fixtures.yml
activegroonga-0.0.1 rails_generators/model_groonga/templates/fixtures.yml
activegroonga-0.0.2 rails_generators/model_groonga/templates/fixtures.yml