Class: Chaskiq::Subscription
- Inherits:
-
ActiveRecord::Base
- Object
- ActiveRecord::Base
- Chaskiq::Subscription
- Includes:
- AASM
- Defined in:
- app/models/chaskiq/subscription.rb
Instance Method Summary collapse
Instance Method Details
#notify_subscription ⇒ Object
36 37 38 39 |
# File 'app/models/chaskiq/subscription.rb', line 36 def notify_subscription #we should only unsubscribe when process is made from interface, not from sns notification puts "Pending" end |
#notify_unsubscription ⇒ Object
32 33 34 |
# File 'app/models/chaskiq/subscription.rb', line 32 def notify_unsubscription puts "Pending" end |