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