Fix getting a single EmailDomainBlock (#20846)
This commit is contained in:
parent
00b2720ef0
commit
72618ebf03
1 changed files with 4 additions and 0 deletions
|
@ -5,6 +5,10 @@ class EmailDomainBlockPolicy < ApplicationPolicy
|
|||
role.can?(:manage_blocks)
|
||||
end
|
||||
|
||||
def show?
|
||||
role.can?(:manage_blocks)
|
||||
end
|
||||
|
||||
def create?
|
||||
role.can?(:manage_blocks)
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue