Skip to content

Commit

Permalink
Merge pull request rubycas#213 from tsechingho/master
Browse files Browse the repository at this point in the history
use ConnectionManagement middleware to close database connect
  • Loading branch information
mitfik committed Jun 11, 2014
2 parents 1a7b2a9 + 2732957 commit 2cabb59
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config.ru
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@ require "casserver"
use Rack::ShowExceptions
use Rack::Runtime
use Rack::CommonLogger
use ActiveRecord::ConnectionAdapters::ConnectionManagement

run CASServer::Server.new

0 comments on commit 2cabb59

Please sign in to comment.