Method not available on this version
This method is only available on newer versions.
The first available version (v7.2.3) is shown here.
release_connection()
public
Return the currently leased connection
into the pool
# File activerecord/lib/active_record/connection_handling.rb, line 286
def release_connection
connection_pool.release_connection
end