diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/routes.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/routes.rb b/config/routes.rb index f95ac2ab7..06e927822 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -77,6 +77,8 @@ Rails.application.routes.draw do end end + get :about, to: 'about#index' + root 'home#index' match '*unmatched_route', via: :all, to: 'application#raise_not_found' |