Flowdock
method

connection_allow_concurrency_setup

Importance_0
v2.3.8 - Show latest stable - 0 notes - Class: ActiveRecord::TestCase
connection_allow_concurrency_setup() public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File activerecord/lib/active_record/test_case.rb, line 43
    def connection_allow_concurrency_setup
      @connection = ActiveRecord::Base.remove_connection
      ActiveRecord::Base.establish_connection(@connection.merge({:allow_concurrency => true}))
    end
Register or log in to add new notes.