commentaries: move search form to /artist_commentaries page.

* Move the commentary search form to the /artist_commentaries page.
* Add Order field for changing the sort order.
This commit is contained in:
evazion
2022-06-05 14:15:18 -05:00
parent 05df3a194c
commit 907194fc6f
6 changed files with 30 additions and 6 deletions

View File

@@ -227,7 +227,6 @@ Rails.application.routes.draw do
resources :artist_commentaries, :only => [:index, :show] do
collection do
put :create_or_update
get :search
end
member do
put :revert