method
connecting_to
v7.1.3.2 -
Show latest stable
- Class:
ActiveRecord::ConnectionHandling
connecting_to(role: default_role, shard: default_shard, prevent_writes: false)public
Use a specified connection.
This method is useful for ensuring that a specific connection is being used. For example, when booting a console in readonly mode.
It is not recommended to use this method in a request since it does not yield to a block like connected_to.