Add search page

- Fix issue with updater_name erroring out
- Add search options is_new and name_changed
This commit is contained in:
BrokenEagle
2020-01-07 01:34:47 +00:00
parent 9182a4f556
commit ad1e22af0b
7 changed files with 61 additions and 3 deletions

View File

@@ -191,6 +191,9 @@ Rails.application.routes.draw do
member do
get :diff
end
collection do
get :search
end
end
resources :post_replacements, :only => [:index, :new, :create, :update]
resources :post_votes, only: [:index]