From e63aebff7a4d978fddd7ed3ddc184ed300843a57 Mon Sep 17 00:00:00 2001 From: Eugen Rochko Date: Tue, 27 Sep 2016 23:12:33 +0200 Subject: Adding landing page --- config/routes.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'config') 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' -- cgit