Method: ActivityNotification::ORM::ActiveRecord::Notification#notifier

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

#notifierObject

Belongs to :notifier instance of this notification.

Returns:

  • (Object)

    Notifier instance of this notification



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

belongs_to :notifier,      polymorphic: true, optional: true