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

19
test/fixtures/inspections.yml vendored Normal file
View File

@@ -0,0 +1,19 @@
# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
one:
aircraft: one
annual_date: 2022-01-13
annual_tach: 1.5
annual_hobs: 1.5
pitot_static: 2022-01-13
vor: 2022-01-13
elt: 2022-01-13
two:
aircraft: two
annual_date: 2022-01-13
annual_tach: 1.5
annual_hobs: 1.5
pitot_static: 2022-01-13
vor: 2022-01-13
elt: 2022-01-13