users: inline search form on /users index page.

* Add the user search form to the /users page.
* Remove the /users/search page.
This commit is contained in:
evazion
2020-12-21 21:34:01 -06:00
parent 7a2f72ce98
commit 8221c8dcba
6 changed files with 9 additions and 26 deletions

View File

@@ -243,7 +243,6 @@ Rails.application.routes.draw do
end
collection do
get :search
get :custom_style
end
end