Sha256: c0bef91ef0c5bfb63ae05b89e4f8c0a8d4818afcb90638f299da07762b120ed6
Contents?: true
Size: 257 Bytes
Versions: 113
Compression:
Stored size: 257 Bytes
Contents
module Switchman module ActiveRecord module Persistence # touch reads the id attribute directly, so it's not relative to the current shard def touch(*) shard.activate(self.class.shard_category) { super } end end end end
Version data entries
113 entries across 113 versions & 1 rubygems