created item groups and link banners and their associations and fixed bugs with join tables
This commit is contained in:
11
back-office/test/fixtures/item_groups.yml
vendored
Normal file
11
back-office/test/fixtures/item_groups.yml
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
name: MyString
|
||||
description: MyText
|
||||
visible: false
|
||||
|
||||
two:
|
||||
name: MyString
|
||||
description: MyText
|
||||
visible: false
|
||||
@@ -10,8 +10,11 @@ one:
|
||||
thank_you_page: false
|
||||
search_result_page: false
|
||||
checkout_page: false
|
||||
beginning: 2015-03-18
|
||||
ending: 2015-03-18
|
||||
beginning: 2015-03-22
|
||||
ending: 2015-03-22
|
||||
footer: false
|
||||
header: false
|
||||
link_url: MyString
|
||||
|
||||
two:
|
||||
image_url: MyString
|
||||
@@ -23,5 +26,8 @@ two:
|
||||
thank_you_page: false
|
||||
search_result_page: false
|
||||
checkout_page: false
|
||||
beginning: 2015-03-18
|
||||
ending: 2015-03-18
|
||||
beginning: 2015-03-22
|
||||
ending: 2015-03-22
|
||||
footer: false
|
||||
header: false
|
||||
link_url: MyString
|
||||
Reference in New Issue
Block a user