Method: ActivityNotification::ORM::Mongoid::Notification#with_group
- Defined in:
- lib/activity_notification/orm/mongoid/notification.rb
#with_group ⇒ Mongoid::Criteria<Notificaion>
Includes group instance with query for notifications.
174 |
# File 'lib/activity_notification/orm/mongoid/notification.rb', line 174 scope :with_group, -> { } |