1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2024-12-02 13:24:20 +01:00
fab-manager/test/fixtures/coupons.yml
2016-08-08 15:43:02 +02:00

20 lines
454 B
YAML

# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
one:
name: Christmas deals
code: XMAS10
percent_off: 10
valid_until: 2015-12-31 23:59:59
max_usages: nil
active: true
validity_per_user: once
two:
name: Summer discounts
code: SUNNYFABLAB
percent_off: 15
valid_until: <%= 1.month.from_now.utc.strftime('%Y-%m-%d %H:%M:%S.%9N Z') %>
max_usages: 10
active: true
validity_per_user: always