Sha256: 0c3199cb34a4d270152d420b777d753a7ce72ab21bcbdfb628f2514918247dcb
Contents?: true
Size: 624 Bytes
Versions: 2
Compression:
Stored size: 624 Bytes
Contents
Wupee.mailer = NotificationsMailer Wupee.deliver_when = :now # uncomment and implement your logic here to avoid/permit email sending to your users # leave it commented if you always want your users received emails # Wupee.email_sending_rule = Proc.new do |receiver, notification_type| # # logic goes here, returning a boolean # end # uncomment and implement your logic here to avoid/permit email sending to your users # leave it commented if you always want your users received notifications # Wupee.notification_sending_rule = Proc.new do |receiver, notification_type| # # logic goes here, returning a boolean # end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
wupee-2.0.0.beta2 | lib/generators/wupee/install/templates/wupee.rb |
wupee-2.0.0.beta1 | lib/generators/wupee/install/templates/wupee.rb |