created delivery destination model
This commit is contained in:
19
back-office/test/fixtures/delivery_destinations.yml
vendored
Normal file
19
back-office/test/fixtures/delivery_destinations.yml
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
name: MyString
|
||||
address: MyString
|
||||
place: MyString
|
||||
postal_code: MyString
|
||||
phone: MyString
|
||||
email: MyString
|
||||
note: MyText
|
||||
|
||||
two:
|
||||
name: MyString
|
||||
address: MyString
|
||||
place: MyString
|
||||
postal_code: MyString
|
||||
phone: MyString
|
||||
email: MyString
|
||||
note: MyText
|
||||
Reference in New Issue
Block a user