Sha256: fe48b2eb97e590bc6e66e9af836d346074497ded0a4cc8873fb0b408a116468e
Contents?: true
Size: 215 Bytes
Versions: 68
Compression:
Stored size: 215 Bytes
Contents
module Pageflow class PruneAutoSnapshotsJob < ApplicationJob queue_as :prune def perform(entry_id, options) AutoSnapshotPruning.prune(Entry.find(entry_id), options.symbolize_keys) end end end
Version data entries
68 entries across 68 versions & 1 rubygems