Skip to content

Commit

Permalink
deploy to heroku
Browse files Browse the repository at this point in the history
  • Loading branch information
bighorse committed Feb 10, 2011
1 parent f432964 commit 25044b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions service.rb
Expand Up @@ -19,8 +19,8 @@

# TIP: You can get you database information
# from ENV['DATABASE_URI'] (see /env route below)
databases = YAML.load_file("config/database.yml")
ActiveRecord::Base.establish_connection(databases[ENV["RACK_ENV"]])
#databases = YAML.load_file("config/database.yml")
#ActiveRecord::Base.establish_connection(databases[ENV["RACK_ENV"]])
#logger = Logger.new("log.txt")
#logger.info("#{ENV["RACK_ENV"]}")
end
Expand Down

0 comments on commit 25044b5

Please sign in to comment.