Added Maps model
refs #16 This model will be used for storing information about each map
This commit is contained in:
11
test/fixtures/maps.yml
vendored
Normal file
11
test/fixtures/maps.yml
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html
|
||||
one:
|
||||
id: 1
|
||||
package: MyString
|
||||
build: MyString
|
||||
map: MyString
|
||||
two:
|
||||
id: 2
|
||||
package: MyString
|
||||
build: MyString
|
||||
map: MyString
|
||||
Reference in New Issue
Block a user