Module: KktShoppe::Notification

Defined in:
lib/kkt_shoppe/notification.rb,
lib/kkt_shoppe/notification/engine.rb,
lib/kkt_shoppe/notification/version.rb

Defined Under Namespace

Classes: Engine

Constant Summary collapse

VERSION =
"2.0.1"

Class Method Summary collapse

Class Method Details

.setupObject



7
8
9
10
11
# File 'lib/kkt_shoppe/notification.rb', line 7

def self.setup
  KktShoppe::Order.before_confirmation do
    KktShoppe::NotificationMailer.order_received(self).deliver_now
  end
end