/user/dmail_filter: make available to banned users.

`ensure_ownership` handles the privilege check here.
This commit is contained in:
evazion
2017-07-07 15:41:09 -05:00
parent d092b870ad
commit 24b2f2bf52

View File

@@ -2,7 +2,6 @@ module Maintenance
module User
class DmailFiltersController < ApplicationController
before_filter :ensure_ownership
before_filter :member_only
respond_to :html, :json, :xml
def edit