Add artist commentary, fixes #2024

This commit is contained in:
Toks
2013-11-19 10:37:02 -05:00
parent fab4e81669
commit fd4c8c3cd3
16 changed files with 347 additions and 0 deletions

View File

@@ -173,6 +173,15 @@ Danbooru::Application.routes.draw do
get :search
end
end
resources :artist_commentaries do
collection do
put :create_or_update
end
member do
put :revert
end
end
resources :artist_commentary_versions, :only => [:index]
resource :related_tag, :only => [:show]
match "reports/user_promotions" => "reports#user_promotions"
resource :session do