Class: WineNotification
- Inherits:
-
Object
- Object
- WineNotification
- Includes:
- ActiveModel::ForbiddenAttributesProtection, Mongoid::Document, Mongoid::Timestamps
- Defined in:
- app/models/wine_notification.rb
Instance Method Summary collapse
Instance Method Details
#read! ⇒ Object
26 27 28 29 |
# File 'app/models/wine_notification.rb', line 26 def read! self.status = :read self.save! end |