special offers backoffice is ready now
This commit is contained in:
27
back-office/test/fixtures/special_offers.yml
vendored
Normal file
27
back-office/test/fixtures/special_offers.yml
vendored
Normal file
@@ -0,0 +1,27 @@
|
||||
# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
image_url: MyString
|
||||
start_page: false
|
||||
section_id: 1
|
||||
category_id: 1
|
||||
sub_category_id: 1
|
||||
item_id: 1
|
||||
thank_you_page: false
|
||||
search_result_page: false
|
||||
checkout_page: false
|
||||
beginning: 2015-03-18
|
||||
ending: 2015-03-18
|
||||
|
||||
two:
|
||||
image_url: MyString
|
||||
start_page: false
|
||||
section_id: 1
|
||||
category_id: 1
|
||||
sub_category_id: 1
|
||||
item_id: 1
|
||||
thank_you_page: false
|
||||
search_result_page: false
|
||||
checkout_page: false
|
||||
beginning: 2015-03-18
|
||||
ending: 2015-03-18
|
||||
Reference in New Issue
Block a user