Sha256: ed284455f087f1c66f9475104281c5afc3844ea053bc8a38dd13185fbed76512

Contents?: true

Size: 193 Bytes

Versions: 19

Compression:

Stored size: 193 Bytes

Contents

class Promotion < ActiveRecord::Base
  belongs_to :provider

  after_save do
    Terminal.modified_at = DateTime.now
  end

  after_destroy do
    Terminal.modified_at = DateTime.now
  end
end

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
smartkiosk-client-0.0.24 app/models/promotion.rb
smartkiosk-client-0.0.23 app/models/promotion.rb
smartkiosk-client-0.0.22 app/models/promotion.rb
smartkiosk-client-0.0.21 app/models/promotion.rb
smartkiosk-client-0.0.20 app/models/promotion.rb
smartkiosk-client-0.0.19 app/models/promotion.rb
smartkiosk-client-0.0.18 app/models/promotion.rb
smartkiosk-client-0.0.17 app/models/promotion.rb
smartkiosk-client-0.0.16 app/models/promotion.rb
smartkiosk-client-0.0.10 app/models/promotion.rb
smartkiosk-client-0.0.9 app/models/promotion.rb
smartkiosk-client-0.0.8 app/models/promotion.rb
smartkiosk-client-0.0.7 app/models/promotion.rb
smartkiosk-client-0.0.6 app/models/promotion.rb
smartkiosk-client-0.0.5 app/models/promotion.rb
smartkiosk-client-0.0.4 app/models/promotion.rb
smartkiosk-client-0.0.3 app/models/promotion.rb
smartkiosk-client-0.0.2 app/models/promotion.rb
smartkiosk-client-0.0.1 app/models/promotion.rb