Sha256: e8c83263b74fe4c04037a75dc77e9ca575bdb8a220d0bbb64197b2faf1c80f93

Contents?: true

Size: 231 Bytes

Versions: 2

Compression:

Stored size: 231 Bytes

Contents

Wupee.mailer = NotificationsMailer
Wupee.deliver_when = :now

Wupee.email_sending_rule = Proc.new do |receiver, notification_type| 
  true
end

Wupee.notification_sending_rule = Proc.new do |receiver, notification_type| 
  true
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
wupee-2.0.0.beta2 spec/dummy/config/initializers/wupee.rb
wupee-2.0.0.beta1 spec/dummy/config/initializers/wupee.rb