Method: ActivityNotification::ORM::ActiveRecord::Notification#notifiable

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

#notifiableObject

Belongs to notifiable instance of this notification as polymorphic association.

Returns:

  • (Object)

    Notifiable instance of this notification



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

belongs_to :notifiable,    polymorphic: true