module Ddr::Notifications

Constants

CREATION
DELETION
FILE_SAVE
FIXITY_CHECK
MIGRATION
UPDATE
VIRUS_CHECK

Public Class Methods

notify_event(type, args={}) click to toggle source
# File lib/ddr/notifications.rb, line 13
def self.notify_event(type, args={})
  name = "#{type}.events.ddr"
  ActiveSupport::Notifications.instrument(name, args)
end