Skip to content

Commit

Permalink
Getting the database to actually work.
Browse files Browse the repository at this point in the history
  • Loading branch information
futurechimp committed Jun 11, 2011
1 parent 96b5a8a commit 7fceed1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions daemons/image_sucker.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@
when :test then 'mongoaggro_test'
end

database_name = 'mongoaggro_development'

Mongoid.database = Mongo::Connection.new(host, port).db(database_name)

CarrierWave.configure do |config|
Expand Down

0 comments on commit 7fceed1

Please sign in to comment.