fixes #2869: Add way to differentiate Pool Descriptions from Pool History

This commit is contained in:
r888888888
2017-02-14 16:03:19 -08:00
parent aa41c41572
commit f374eec4a1
7 changed files with 61 additions and 11 deletions

View File

@@ -187,7 +187,11 @@ Rails.application.routes.draw do
get :all_select
end
end
resources :pool_versions, :only => [:index]
resources :pool_versions, :only => [:index] do
member do
get :diff
end
end
resources :posts do
resources :events, :only => [:index], :controller => "post_events"
resource :artist_commentary, :only => [:index, :show] do