0
0
Fork 0

Adding landing page

This commit is contained in:
Eugen Rochko 2016-09-27 23:12:33 +02:00
parent 45a96e899e
commit e63aebff7a
16 changed files with 141 additions and 8 deletions

View file

@ -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'