BrentBarnes / 8-Bit-Flight-Booker

A Ruby-on-Rails app where users can book flights for multiple passengers
0 stars 0 forks source link

Create Flight model #5

Closed BrentBarnes closed 2 years ago

BrentBarnes commented 2 years ago

"Create a Flight model (with the departure and arrival airport ids, start datetime and flight duration)."

So since these flights have ids, should the be a belongs_to association?

BrentBarnes commented 2 years ago

<> Attributes departure_airport_id arrival_airport_id start_datetime flight_duration