Module: Switchman::ActiveRecord::PendingMigrationConnection::ClassMethods

Defined in:
lib/switchman/active_record/pending_migration_connection.rb

Instance Method Summary collapse

Instance Method Details

#current_roleObject



7
8
9
# File 'lib/switchman/active_record/pending_migration_connection.rb', line 7

def current_role
  ::ActiveRecord::Base.current_role
end

#current_switchman_shardObject



11
12
13
# File 'lib/switchman/active_record/pending_migration_connection.rb', line 11

def current_switchman_shard
  ::ActiveRecord::Base.current_switchman_shard
end