Sha256: 7f642f8a4f62c9fe743206141c41b5336d0831d7732c2684b00a8e90156a1fa7
Contents?: true
Size: 312 Bytes
Versions: 64
Compression:
Stored size: 312 Bytes
Contents
# This registrar handles the registration of various notification services. module DispatchRider module Registrars class NotificationService < Base def value(name, options = {}) "DispatchRider::NotificationServices::#{name.to_s.camelize}".constantize.new(options) end end end end
Version data entries
64 entries across 64 versions & 1 rubygems