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