Method: ActivityNotification::ORM::Mongoid::Notification#notifiable

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

#notifiableObject

Belongs to notifiable instance of this notification as polymorphic association.

Returns:

  • (Object)

    Notifiable instance of this notification



27
# File 'lib/activity_notification/orm/mongoid/notification.rb', line 27

belongs_to_polymorphic_xdb_record :notifiable, store_with_associated_records: true, as_json_options: { methods: [:printable_type] }