diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2016-09-27 23:12:33 +0200 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2016-09-27 23:12:33 +0200 |
commit | e63aebff7a4d978fddd7ed3ddc184ed300843a57 (patch) | |
tree | 959e8d048fe049fa8a69e4d0ff8acf3df2426708 /config | |
parent | 45a96e899e96da846dbef0d39d6f02db790fccaa (diff) |
Adding landing page
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' |