routes: remove unused commentary index route.

This commit is contained in:
evazion
2021-01-19 14:07:28 -06:00
parent 027359a2c1
commit 90567bfc61

View File

@@ -186,7 +186,7 @@ Rails.application.routes.draw do
resources :posts, only: [] do
resources :events, :only => [:index], :controller => "post_events"
resources :replacements, :only => [:index, :new, :create], :controller => "post_replacements"
resource :artist_commentary, :only => [:index, :show] do
resource :artist_commentary, only: [:show] do
collection { put :create_or_update }
member { put :revert }
end