Module: Switchman::ActiveRecord::Persistence

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

Instance Method Summary collapse

Instance Method Details

#touchObject

touch reads the id attribute directly, so it’s not relative to the current shard



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

def touch(*, **)
  shard.activate(self.class.connection_classes) { super }
end

#update_columnsObject



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

def update_columns(*)
  shard.activate(self.class.connection_classes) { super }
end