BrentBarnes / 8-Bit-Flight-Booker

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

Set up Flights controller #9

Closed BrentBarnes closed 2 years ago

BrentBarnes commented 2 years ago

You will search and view results in the same page. Set up your FlightsController and routes to make the Index page (/flights) the root route.

BrentBarnes commented 2 years ago

I will only set up the index route for now.