RPeraltaJr
3/6/2018 - 3:37 PM

Change Root page

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