Skip to content

Commit

Permalink
Remove scm initializer
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverguenther committed Jan 16, 2019
1 parent b4aca5f commit 8898ed9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 34 deletions.
33 changes: 0 additions & 33 deletions config/initializers/scm.rb

This file was deleted.

5 changes: 4 additions & 1 deletion lib/open_project/scm/manager.rb
Expand Up @@ -33,7 +33,10 @@ module Scm
class Manager
class << self
def registered
@scms ||= {}
@scms ||= {
subversion: ::Repository::Subversion,
git: ::Repository::Git
}
end

##
Expand Down

0 comments on commit 8898ed9

Please sign in to comment.