Merge pull request #2826 from r888888888/related-tags-html

Related tags html page (fixes #2750)
This commit is contained in:
Albert Yi
2017-01-09 18:11:22 -08:00
committed by GitHub
4 changed files with 43 additions and 0 deletions

View File

@@ -1,5 +1,6 @@
class RelatedTagsController < ApplicationController
respond_to :json
respond_to :html, :only=>[:show]
before_filter :require_reportbooru_key, only: [:update]
def show