mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-09 12:46:07 +10:00
6 lines
137 B
Ruby
6 lines
137 B
Ruby
if Gitlab::Sherlock.enabled?
|
|
Rails.application.configure do |config|
|
|
config.middleware.use(Gitlab::Sherlock::Middleware)
|
|
end
|
|
end
|