Fix local follows, 404 in logs
This commit is contained in:
parent
0f4bc56719
commit
509c18eb13
7 changed files with 28 additions and 11 deletions
|
@ -72,4 +72,6 @@ Rails.application.routes.draw do
|
|||
end
|
||||
|
||||
root 'home#index'
|
||||
|
||||
match '*unmatched_route', via: :all, to: 'application#raise_not_found'
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue