This method is deprecated or moved on the latest stable version. The last existing version (v1.2.6) is shown here.
disconnect!()
Disconnects from the database
# File activerecord/lib/active_record/connection_adapters/sqlserver_adapter.rb, line 252 def disconnect! @connection.disconnect rescue nil end