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