instance method
close
Ruby on Rails 8.0.4
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 832
def close
pool.checkin self
end
Defined in activerecord/lib/active_record/connection_adapters/abstract_adapter.rb line 832
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveRecord::ConnectionAdapters::AbstractAdapter