Add & Display Flights

This commit is contained in:
2022-01-15 16:05:31 -05:00
parent 796a070af4
commit 022b63fc1a
26 changed files with 395 additions and 0 deletions

23
test/fixtures/flights.yml vendored Normal file
View File

@@ -0,0 +1,23 @@
# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
one:
aircraft: one
date: 2022-01-13
from: MyString
to: MyString
tach: 1.5
hobbs: 1.5
oil: false
fuel: false
time: 1.5
two:
aircraft: two
date: 2022-01-13
from: MyString
to: MyString
tach: 1.5
hobbs: 1.5
oil: false
fuel: false
time: 1.5