Files
flights/app/models/engine.rb
2022-01-15 16:05:31 -05:00

4 lines
60 B
Ruby

class Engine < ApplicationRecord
belongs_to :aircraft
end