Method: ActivityNotification::ORM::ActiveRecord::Notification#group

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

#groupObject

Belongs to group instance of this notification as polymorphic association.

Returns:

  • Group instance of this notification



26
# File 'lib/activity_notification/orm/active_record/notification.rb', line 26

belongs_to :group,         polymorphic: true, optional: true