Libraries
»
gaggle
(0.2.5)
»
Index
»
Gaggle
»
Notification
»
unread
Method: Gaggle::Notification.unread
Defined in:
app/models/gaggle/notification.rb
.
unread
⇒
Object
38 39 40
# File 'app/models/gaggle/notification.rb', line 38
def
unread
where
(
read_at:
nil
)
end