Class: DeliveredMessage

Inherits:
ActiveRecord::Base
  • Object
show all
Includes:
ThinkFeelDoEngine::Addressable
Defined in:
app/models/delivered_message.rb

Overview

An instance of a Message sent to a Participant or User.

Instance Method Summary collapse

Methods included from ThinkFeelDoEngine::Addressable

#from, #to

Instance Method Details

#mark_readObject



26
27
28
# File 'app/models/delivered_message.rb', line 26

def mark_read
  update(is_read: true)
end