posts/show: load flag/appeal/replacement dialogs via ajax (#3922).
This commit is contained in:
@@ -3,7 +3,7 @@ class PostAppealsController < ApplicationController
|
||||
respond_to :html, :xml, :json, :js
|
||||
|
||||
def new
|
||||
@post_appeal = PostAppeal.new
|
||||
@post_appeal = PostAppeal.new(post_appeal_params)
|
||||
respond_with(@post_appeal)
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user