fix tag correction display for remote servers
This commit is contained in:
@@ -4,6 +4,10 @@ class TagCorrectionsController < ApplicationController
|
||||
def new
|
||||
@correction = TagCorrection.new(params[:tag_id])
|
||||
end
|
||||
|
||||
def show
|
||||
@correction = TagCorrection.new(params[:tag_id])
|
||||
end
|
||||
|
||||
def create
|
||||
@correction = TagCorrection.new(params[:tag_id])
|
||||
|
||||
Reference in New Issue
Block a user