Module: Noticed::Model::ClassMethods
- Defined in:
- lib/noticed/model.rb
Instance Method Summary collapse
Instance Method Details
#mark_as_read! ⇒ Object
18 19 20 |
# File 'lib/noticed/model.rb', line 18 def mark_as_read! update_all(read_at: Time.current, updated_at: Time.current) end |