Method: ActiveRecord::ConnectionAdapters::AbstractAdapter#close

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

#closeObject

Check the connection back in to the connection pool



830
831
832
# File 'activerecord/lib/active_record/connection_adapters/abstract_adapter.rb', line 830

def close
  pool.checkin self
end