This method is deprecated or moved on the latest stable version. The last existing version (v1.2.6) is shown here.
disconnect!()
Close this connection
# File activerecord/lib/active_record/connection_adapters/frontbase_adapter.rb, line 444 def disconnect! @connection.close rescue nil @active = false end