Method: Mailboxer::Notification#expire

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

#expireObject



73
74
75
76
77
# File 'app/models/mailboxer/notification.rb', line 73

def expire
  unless expired?
    self.expires = Time.now - 1.second
  end
end