Sha256: 6bb11e1bed215069f19e432ff823c271432c8994736baa86884a82f3675e5df1
Contents?: true
Size: 266 Bytes
Versions: 1
Compression:
Stored size: 266 Bytes
Contents
module TentD class Notifications # current job types # - trigger # - notify # - notify_entity # - update_following_profile # - profile_info_update def self.method_missing(*args) send(:queue_job, *args) end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
tentd-0.0.1 | lib/tentd/notifications.rb |