Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2017-01-23 18:58:13 +0300
committerRémy Coutable <remy@rymai.me>2017-01-23 18:58:13 +0300
commit765d57d6505b7fbd2542ee957d85399ebc74ba70 (patch)
tree2c7da0fd8325d06c196bc65157acebd3c34ebf11 /lib/gitlab/import_sources.rb
parent632c2939bb1e9d10b5e9be05bc4692d92f9f5f32 (diff)
Rescue from ActiveRecord::UnknownAttributeError and fallback to fake settings
Signed-off-by: Rémy Coutable <remy@rymai.me>
Diffstat (limited to 'lib/gitlab/import_sources.rb')
-rw-r--r--lib/gitlab/import_sources.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/gitlab/import_sources.rb b/lib/gitlab/import_sources.rb
index 45958710c13..52276cbcd9a 100644
--- a/lib/gitlab/import_sources.rb
+++ b/lib/gitlab/import_sources.rb
@@ -5,8 +5,6 @@
#
module Gitlab
module ImportSources
- extend CurrentSettings
-
ImportSource = Struct.new(:name, :title, :importer)
ImportTable = [