Skip to content

Commit

Permalink
adding CoL and uBio back in to name providers
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickdavey committed Sep 17, 2012
1 parent 623cdd9 commit c090bec
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion vendor/plugins/ratatosk/lib/ratatosk.rb
Expand Up @@ -71,7 +71,9 @@ def initialize(params = {})
if @name_providers.blank?
=end
@name_providers = [
NameProviders::NZORNameProvider.new
NameProviders::NZORNameProvider.new,
NameProviders::ColNameProvider.new,
NameProviders::UBioNameProvider.new
]
end

Expand Down

0 comments on commit c090bec

Please sign in to comment.