Skip to content

Commit

Permalink
Mongohq url still failing
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewVos committed Dec 2, 2011
1 parent b1b70c7 commit 0358658
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/wally/application.rb
Expand Up @@ -11,7 +11,7 @@

if ENV["MONGOHQ_URL"]
Mongoid.configure do |config|
config.master = Mongo::Connection.from_uri(ENV["MONGOHQ_URL"]).db
config.master = Mongo::Connection.from_uri(ENV["MONGOHQ_URL"]).db("wally")
end
else
Mongoid.configure do |config|
Expand Down

0 comments on commit 0358658

Please sign in to comment.