Method: ActivityNotification::ORM::Mongoid::Notification#group
- Defined in:
- lib/activity_notification/orm/mongoid/notification.rb
#group ⇒ Object
Belongs to group instance of this notification as polymorphic association.
32 |
# File 'lib/activity_notification/orm/mongoid/notification.rb', line 32 belongs_to_polymorphic_xdb_record :group, as_json_options: { methods: [:printable_type, :printable_group_name] } |