|
@@ -1,3 +1,6 @@
|
|
Rails.application.routes.draw do
|
|
Rails.application.routes.draw do
|
|
- # For details on the DSL available within this file, see http://guides.rubyonrails.org/routing.html
|
|
|
|
|
|
+ root 'static_pages#home'
|
|
|
|
+
|
|
|
|
+ get '/home', to: 'static_pages#home'
|
|
|
|
+ get '/about', to: 'static_pages#about'
|
|
end
|
|
end
|