Sha256: d5bbe22a0db2820501b4b8b4d99011976f9e91ee27789c434fa7f1fd00af7211
Contents?: true
Size: 211 Bytes
Versions: 58
Compression:
Stored size: 211 Bytes
Contents
module Hyrax class Event # Creates an event in Redis def self.create(action, timestamp) store.create(action, timestamp) end def self.store Hyrax::RedisEventStore end end end
Version data entries
58 entries across 58 versions & 2 rubygems