6 lines
82 B
Ruby
6 lines
82 B
Ruby
Rails.application.routes.draw do
|
|
root "flights#index"
|
|
|
|
resources :flights
|
|
end
|