Sha256: 79baedbf757cf2d11d207aed4d351a12e3131cfd17faf93dd3f8e12855416bbd
Contents?: true
Size: 250 Bytes
Versions: 29
Compression:
Stored size: 250 Bytes
Contents
module Mumuki::Laboratory::Controllers::Notifications def has_notifications? notifications_count > 0 end def notifications_count notifications.size end def notifications current_user.try(:unread_notifications) || [] end end
Version data entries
29 entries across 29 versions & 1 rubygems