Method: Gaggle::Notification.unread

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

.unreadObject



38
39
40
# File 'app/models/gaggle/notification.rb', line 38

def unread
  where(read_at: nil)
end