4 lines
64 B
Ruby
4 lines
64 B
Ruby
class Inspection < ApplicationRecord
|
|
belongs_to :aircraft
|
|
end
|
class Inspection < ApplicationRecord
|
|
belongs_to :aircraft
|
|
end
|