source: http://guides.railsgirls.com/app
Rails.application.routes.draw do root to: redirect('/ideas') # new Root page resources :ideas # For details on the DSL available within this file, see http://guides.rubyonrails.org/routing.html end