Sha256: 17aadff2d474bf83a9cb76675bcc21d95ecf2b06290a5716ed693e16a86ff7fd
Contents?: true
Size: 250 Bytes
Versions: 2
Compression:
Stored size: 250 Bytes
Contents
<% 1.upto(30) do |i| %> order_<%= i %>: user: frank number: <%= "R#{Array.new(9){rand(9)}.join}" %> state: new ship_amount: 5.00 tax_amount: 2.78 item_total: 37.97 total: 45.75 ip_address: 127.0.0.1 checkout_complete: true <% end %>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
spree-0.7.1 | db/sample/orders.yml |
spree-0.7.0 | db/sample/orders.yml |