summaryrefslogtreecommitdiff
path: root/app/models/protected_branch.rb
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-03-21 21:01:14 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-03-21 21:01:14 +0200
commit0103363191d63d9a81bfeba61abf443532f47183 (patch)
tree04a27645758a53dd2ae91db40da7e4d5acb32bb4 /app/models/protected_branch.rb
parentd6338a8482920fc69cc016e5da796194034a1861 (diff)
downloadgitlab-ce-0103363191d63d9a81bfeba61abf443532f47183.tar.gz
replace Gitolited mixin with Gitlab::ShellAdapter
Diffstat (limited to 'app/models/protected_branch.rb')
-rw-r--r--app/models/protected_branch.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/protected_branch.rb b/app/models/protected_branch.rb
index 57229d50759..16379720e59 100644
--- a/app/models/protected_branch.rb
+++ b/app/models/protected_branch.rb
@@ -10,7 +10,7 @@
#
class ProtectedBranch < ActiveRecord::Base
- include Gitolited
+ include Gitlab::ShellAdapter
attr_accessible :name