mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2024-11-29 10:24:20 +01:00
14 lines
451 B
YAML
14 lines
451 B
YAML
# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
|
|
|
statistic_profile_prepaid_pack_1:
|
|
prepaid_pack_id: 1
|
|
statistic_profile_id: 10
|
|
minutes_used: 600
|
|
expires_at: <%= 11.month.from_now.utc.strftime('%Y-%m-%d %H:%M:%S.%9N Z') %>
|
|
|
|
statistic_profile_prepaid_pack_2:
|
|
prepaid_pack_id: 1
|
|
statistic_profile_id: 10
|
|
minutes_used: 0
|
|
expires_at: <%= 12.month.from_now.utc.strftime('%Y-%m-%d %H:%M:%S.%9N Z') %>
|