use ConnectionManagement middleware to close database connect automatically
This commit is contained in:
Родитель
1a7b2a90f3
Коммит
2732957b7e
|
@ -7,5 +7,6 @@ require "casserver"
|
|||
use Rack::ShowExceptions
|
||||
use Rack::Runtime
|
||||
use Rack::CommonLogger
|
||||
use ActiveRecord::ConnectionAdapters::ConnectionManagement
|
||||
|
||||
run CASServer::Server.new
|
||||
|
|
Загрузка…
Ссылка в новой задаче