Method: ActivityNotification::ORM::ActiveRecord::Notification#group
- Defined in:
- lib/activity_notification/orm/active_record/notification.rb
#group ⇒ Object
Belongs to group instance of this notification as polymorphic association.
26 |
# File 'lib/activity_notification/orm/active_record/notification.rb', line 26 belongs_to :group, polymorphic: true, optional: true |