add api endpoint for updating a tag's related tags

This commit is contained in:
r888888888
2016-01-03 00:02:37 -08:00
parent 2285e65b25
commit 04926ae0c6
2 changed files with 12 additions and 1 deletions

View File

@@ -218,7 +218,7 @@ Rails.application.routes.draw do
end
end
resources :artist_commentary_versions, :only => [:index]
resource :related_tag, :only => [:show]
resource :related_tag, :only => [:show, :update]
get "reports/user_promotions" => "reports#user_promotions"
get "reports/janitor_trials" => "reports#janitor_trials"
get "reports/contributors" => "reports#contributors"