We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b2689d commit 57cf215Copy full SHA for 57cf215
lib/active_record/tasks/sqlserver_database_tasks.rb
@@ -10,7 +10,7 @@ module Tasks
10
class SQLServerDatabaseTasks
11
DEFAULT_COLLATION = "SQL_Latin1_General_CP1_CI_AS"
12
13
- delegate :establish_connection, to: ActiveRecord::Base
+ delegate :with_connection, :establish_connection, to: ActiveRecord::Base
14
15
def self.using_database_configurations?
16
true
0 commit comments