fixes #2417
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
module Moderator
|
||||
module Post
|
||||
class ApprovalsController < ApplicationController
|
||||
before_filter :janitor_only
|
||||
before_filter :post_approvers_only
|
||||
|
||||
def create
|
||||
@post = ::Post.find(params[:post_id])
|
||||
|
||||
Reference in New Issue
Block a user