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/oracle_adapter.rb, line 211 def disconnect! @connection.logoff rescue nil @connection.active = false end