Surprise Rails app!
This commit is contained in:
0
test/fixtures/.gitkeep
vendored
Normal file
0
test/fixtures/.gitkeep
vendored
Normal file
9
test/fixtures/door_logs.yml
vendored
Normal file
9
test/fixtures/door_logs.yml
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/Fixtures.html
|
||||
|
||||
one:
|
||||
key: MyString
|
||||
data: 1
|
||||
|
||||
two:
|
||||
key: MyString
|
||||
data: 1
|
||||
13
test/fixtures/users.yml
vendored
Normal file
13
test/fixtures/users.yml
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/Fixtures.html
|
||||
|
||||
one:
|
||||
name: MyString
|
||||
card_id: 1
|
||||
card_number: MyString
|
||||
card_permissions: 1
|
||||
|
||||
two:
|
||||
name: MyString
|
||||
card_id: 1
|
||||
card_number: MyString
|
||||
card_permissions: 1
|
||||
Reference in New Issue
Block a user