Skip to content
This repository has been archived by the owner on Mar 14, 2019. It is now read-only.

Commit

Permalink
Remove db connection lines because there's no db
Browse files Browse the repository at this point in the history
  • Loading branch information
joecannatti committed Oct 11, 2016
1 parent 838af11 commit 9c588b8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions config/puma.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,4 @@
on_worker_boot do
# Worker specific setup for Rails 4.1+
# See: https://devcenter.heroku.com/articles/deploying-rails-applications-with-the-puma-web-server#on-worker-boot
if defined?(ActiveRecord::Base)
ActiveRecord::Base.establish_connection
end
end

0 comments on commit 9c588b8

Please sign in to comment.