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])
|
||||
|
||||
1
app/views/tag_corrections/show.json.erb
Normal file
1
app/views/tag_corrections/show.json.erb
Normal file
@@ -0,0 +1 @@
|
||||
<%= raw @correction.to_json %>
|
||||
Reference in New Issue
Block a user