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