diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-03-21 21:01:14 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-03-21 21:01:14 +0200 |
commit | 0103363191d63d9a81bfeba61abf443532f47183 (patch) | |
tree | 04a27645758a53dd2ae91db40da7e4d5acb32bb4 /app/models/protected_branch.rb | |
parent | d6338a8482920fc69cc016e5da796194034a1861 (diff) | |
download | gitlab-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.rb | 2 |
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 |