Method: ActivityNotification::ORM::Mongoid::Notification#group

Defined in:
lib/activity_notification/orm/mongoid/notification.rb

#groupObject

Belongs to group instance of this notification as polymorphic association.

Returns:

  • (Object)

    Group instance of this notification



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] }