diff options
Diffstat (limited to 'app/policies')
-rw-r--r-- | app/policies/concerns/policy_actor.rb (renamed from app/policies/concerns/policy_checkable.rb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/policies/concerns/policy_checkable.rb b/app/policies/concerns/policy_actor.rb index 5aae23c18e9..069d065280e 100644 --- a/app/policies/concerns/policy_checkable.rb +++ b/app/policies/concerns/policy_actor.rb @@ -3,7 +3,7 @@ # Include this module if we want to pass something else than the user to # check policies. This defines several methods which the policy checker # would call and check. -module PolicyCheckable +module PolicyActor extend ActiveSupport::Concern def blocked? |