Method: Mailboxer::Notification#untrash

Defined in:
app/models/mailboxer/notification.rb

#untrash(participant) ⇒ Object

Takes the notification out of the trash



156
157
158
159
# File 'app/models/mailboxer/notification.rb', line 156

def untrash(participant)
  return if participant.nil?
  receipt_for(participant).untrash
end