instance method
close
Ruby on Rails 6.0.6
Since v3.2.22.5Signature
close()
Check the connection back in to the connection pool
Source
# File activerecord/lib/active_record/connection_adapters/abstract_adapter.rb, line 598
def close
pool.checkin self
end
Defined in activerecord/lib/active_record/connection_adapters/abstract_adapter.rb line 598
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveRecord::ConnectionAdapters::AbstractAdapter