Class: Splut::SegmentParticipant
- Inherits:
-
ActiveRecord::Base
- Object
- ActiveRecord::Base
- Splut::SegmentParticipant
- Defined in:
- lib/splut/models/segment_participant.rb
Instance Method Summary collapse
Instance Method Details
#success! ⇒ Object
15 16 17 18 19 |
# File 'lib/splut/models/segment_participant.rb', line 15 def success! self.update(success: true, success_at: DateTime.current) self.impressions.last.update(success: true, success_at: DateTime.current) end |