Adding landing page
This commit is contained in:
parent
45a96e899e
commit
e63aebff7a
16 changed files with 141 additions and 8 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue