diff options
| author | randx <dmitriy.zaporozhets@gmail.com> | 2012-05-27 12:34:25 +0300 |
|---|---|---|
| committer | randx <dmitriy.zaporozhets@gmail.com> | 2012-05-27 12:34:25 +0300 |
| commit | 020caf1274a32f3d6863f92acd82dded53463be0 (patch) | |
| tree | e24623a8804ddfc4b3af9befae07b5df55f0dab2 | |
| parent | d72f8db08a46cd03879035932ece2b4295bb3948 (diff) | |
| download | gitlab-ce-020caf1274a32f3d6863f92acd82dded53463be0.tar.gz | |
Fixed wrong module name
| -rw-r--r-- | app/controllers/refs_controller.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/refs_controller.rb b/app/controllers/refs_controller.rb index 2de40b4e1dd..ddf5f675d0c 100644 --- a/app/controllers/refs_controller.rb +++ b/app/controllers/refs_controller.rb @@ -1,5 +1,5 @@ class RefsController < ApplicationController - include Gitlabhq::Encode + include Gitlab::Encode before_filter :project # Authorize |
