Adding landing page
This commit is contained in:
@ -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'
|
||||
|
Reference in New Issue
Block a user