Method: ActivityNotification::ORM::ActiveRecord::Notification#target

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

#targetObject

Belongs to target instance of this notification as polymorphic association.

Returns:

  • (Object)

    Target instance of this notification



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

belongs_to :target,        polymorphic: true