Add a Static Pages controller

parent a8fe3133
Pipeline #1222 canceled with stages
in 0 seconds
...@@ -8,6 +8,6 @@ Rails.application.routes.draw do ...@@ -8,6 +8,6 @@ Rails.application.routes.draw do
#get 'static_pages/help' #get 'static_pages/help'
#get 'static_pages/about' #get 'static_pages/about'
root 'application#hello' root 'application#hello'
get 'static_pages' get 'static_pages' to: 'static_pages#index'
end end
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