Sha256: 901fb3cc552f3e380242261b7b5121d39baaf94a39ab50491079c24b92c7d348
Contents?: true
Size: 205 Bytes
Versions: 56
Compression:
Stored size: 205 Bytes
Contents
# frozen_string_literal: true module Motor class NotifyNoteMentionsJob < ApplicationJob def perform(note, current_user) Motor::Notes::NotifyMentions.call(note, current_user) end end end
Version data entries
56 entries across 56 versions & 6 rubygems