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