Method: Mutx::Database::MongoConnector.all_repos
- Defined in:
- lib/mutx/database/mongo_connector.rb
.all_repos ⇒ Object
REPOS
415 416 417 418 419 |
# File 'lib/mutx/database/mongo_connector.rb', line 415 def self.all_repos res = $repos.find({}).sort({"repo_name" => 1}) res.to_a if res.respond_to? :to_a res end |