Sha256: 8883757e6cab3dd2adb9e3e008d09838438aac2383107bf82bfb7ca49acf39f6

Contents?: true

Size: 418 Bytes

Versions: 14

Compression:

Stored size: 418 Bytes

Contents

<% 100.times.map { |i| "plan_#{i}"}.each do |plan_name| %>
  <% ["base", "online", "retail"].each do |type| %>
    <% [nil, "USD", "EUR", "GBP", "JPY"].each do |currency| %>
     <% ["monthly", "annual", "biennial", "triennial"].each do |period| %>
- plan_name: <%= plan_name %>
  type: <%= type %>
  period: <%= period %>
  currency: <%= currency %>
  amount: 10.0
      <% end %>
    <% end %>
  <% end %>
<% end %>

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
frozen_record-0.27.4 spec/fixtures/prices.yml.erb
frozen_record-0.27.3 spec/fixtures/prices.yml.erb
frozen_record-0.27.2 spec/fixtures/prices.yml.erb
frozen_record-0.27.1 spec/fixtures/prices.yml.erb
frozen_record-0.27.0 spec/fixtures/prices.yml.erb
frozen_record-0.26.2 spec/fixtures/prices.yml.erb
frozen_record-0.26.1 spec/fixtures/prices.yml.erb
frozen_record-0.26.0 spec/fixtures/prices.yml.erb
frozen_record-0.25.5 spec/fixtures/prices.yml.erb
frozen_record-0.25.4 spec/fixtures/prices.yml.erb
frozen_record-0.25.3 spec/fixtures/prices.yml.erb
frozen_record-0.25.2 spec/fixtures/prices.yml.erb
frozen_record-0.25.1 spec/fixtures/prices.yml.erb
frozen_record-0.25.0 spec/fixtures/prices.yml.erb