Method: Mailboxer::Notification#expire!

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

#expire!Object



66
67
68
69
70
71
# File 'app/models/mailboxer/notification.rb', line 66

def expire!
  unless expired?
    expire
    save
  end
end