Skip to content
Snippets Groups Projects
Commit 91c39fd8 authored by Robert Speicher's avatar Robert Speicher
Browse files

Add lib/gitlab.rb to autoload non-conventional paths

parent 2cefdbb5
No related branches found
No related tags found
No related merge requests found
require 'gitlab' # Load lib/gitlab.rb as soon as possible
class Settings < Settingslogic
source ENV.fetch('GITLAB_CONFIG') { "#{Rails.root}/config/gitlab.yml" }
namespace Rails.env
Loading
Loading
require 'gitlab/git'
module Gitlab
autoload :Satellite, 'gitlab/satellite/satellite'
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment