tag corrections: remove distributed cache logic (#3943).
Remove logic for displaying the state of the tag category cache on both servers.
This commit is contained in:
@@ -1,12 +1,15 @@
|
||||
class TagCorrectionsController < ApplicationController
|
||||
respond_to :html, :json, :xml
|
||||
before_action :builder_only, only: [:new, :create]
|
||||
|
||||
def new
|
||||
@correction = TagCorrection.new(params[:tag_id])
|
||||
respond_with(@correction)
|
||||
end
|
||||
|
||||
def show
|
||||
@correction = TagCorrection.new(params[:tag_id])
|
||||
respond_with(@correction)
|
||||
end
|
||||
|
||||
def create
|
||||
|
||||
Reference in New Issue
Block a user