Fixed wrong module name
This commit is contained in:
parent
d72f8db08a
commit
020caf1274
|
@ -1,5 +1,5 @@
|
||||||
class RefsController < ApplicationController
|
class RefsController < ApplicationController
|
||||||
include Gitlabhq::Encode
|
include Gitlab::Encode
|
||||||
before_filter :project
|
before_filter :project
|
||||||
|
|
||||||
# Authorize
|
# Authorize
|
||||||
|
|
Loading…
Reference in a new issue