Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/models/ability.rb')
-rw-r--r--app/models/ability.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/models/ability.rb b/app/models/ability.rb
index d8510524c1f..b8433191d84 100644
--- a/app/models/ability.rb
+++ b/app/models/ability.rb
@@ -166,3 +166,5 @@ class Ability
end
end
end
+
+Ability.prepend_mod_with('AbilityPrepend')