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