Method: ActiveRecord::ConnectionAdapters::AbstractAdapter#close

Defined in:
lib/active_record/connection_adapters/abstract_adapter.rb

#closeObject

Check the connection back in to the connection pool



897
898
899
# File 'lib/active_record/connection_adapters/abstract_adapter.rb', line 897

def close
  pool.checkin self
end