Class: Plugins::CamaSubscriber::PromotionItem

Inherits:
ActiveRecord::Base
  • Object
show all
Defined in:
app/models/plugins/cama_subscriber/promotion_item.rb

Instance Method Summary collapse

Instance Method Details

#increment!Object

scope :open, ->{ where(‘last_open_at is not null’) }



8
9
10
# File 'app/models/plugins/cama_subscriber/promotion_item.rb', line 8

def increment!
  self.update(qty_opened: self.qty_opened + 1)
end