Guest User

Untitled

a guest
May 24th, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. class Flight < ActiveRecord::Base
  2. belongs_to :journey
  3. belongs_to :departure_airport, :class_name => "Airport"
  4. belongs_to :arrival_airport, :class_name => "Airport"
  5. belongs_to :airline
  6. end
Add Comment
Please, Sign In to add comment