Add a Static Pages controller

parent 2dc0faa5
Rails.application.routes.draw do Rails.application.routes.draw do
root 'static_pages#home'
get '/home', to: 'static_pages#home' get '/home', to: 'static_pages#home'
get '/help', to: 'static_pages#help' get '/help', to: 'static_pages#help'
get '/about', to: 'static_pages#about' get '/about', to: 'static_pages#about'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment