Sha256: 54d477436a65577df9eb6c74daa1c0956a7caa85517ebd417f415a5b420c5bb7
Contents?: true
Size: 566 Bytes
Versions: 3
Compression:
Stored size: 566 Bytes
Contents
module Notifications class <%= class_name %>Notification < Gossiper::Notification # uncomment the below line to require user and enable user notifications # require_user # def from # end # def reply_to # end # def to # end # def bcc # end # def cc # end # def template_name # end # def template_path # end # def subject # end # # def subject_variables # {} # end # def attachments # {} # end # def instance_variables # {} # end end end
Version data entries
3 entries across 3 versions & 1 rubygems