BrentBarnes / 8-Bit-Flight-Booker

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

4. Create BookingsController and Routes #21

Closed BrentBarnes closed 2 years ago

BrentBarnes commented 2 years ago

Create a BookingsController and appropriate routes.

BrentBarnes commented 2 years ago

Looks like we'll only need these actions in the BookingsController:

new

create

show