Sha256: 1baa2c0c39a1f9fad55789e795025073808f668d445868b551637c9c806b58bd
Contents?: true
Size: 181 Bytes
Versions: 56
Compression:
Stored size: 181 Bytes
Contents
# frozen_string_literal: true module Motor class NotifyReminderJob < ApplicationJob def perform(reminder) Motor::Notes::NotifyReminder.call(reminder) end end end
Version data entries
56 entries across 56 versions & 6 rubygems