Add & Display Flights
This commit is contained in:
19
test/fixtures/aircrafts.yml
vendored
Normal file
19
test/fixtures/aircrafts.yml
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
reg: MyString
|
||||
serial: MyString
|
||||
tach: 1.5
|
||||
hobbs: 1.5
|
||||
purchase_date: 2022-01-13
|
||||
purchase_tach: 1.5
|
||||
purchase_hobbs: 1.5
|
||||
|
||||
two:
|
||||
reg: MyString
|
||||
serial: MyString
|
||||
tach: 1.5
|
||||
hobbs: 1.5
|
||||
purchase_date: 2022-01-13
|
||||
purchase_tach: 1.5
|
||||
purchase_hobbs: 1.5
|
||||
Reference in New Issue
Block a user