Method: ActivityNotification::ORM::ActiveRecord::Notification.opened_index_group_members_only
- Defined in:
- lib/activity_notification/orm/active_record/notification.rb
.opened_index_group_members_only ⇒ ActiveRecord_AssociationRelation<Notificaion>
Selects group member notifications in opened_index.
96 |
# File 'lib/activity_notification/orm/active_record/notification.rb', line 96 scope :opened_index_group_members_only, ->(limit) { where(group_owner_id: opened_index(limit).map(&:id)) } |