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.shard_category) { super }
end

#update_columnsObject



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

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