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