Method: ActivityNotification::ORM::Dynamoid::Notification#notifiable

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

#notifiableObject

Belongs to notifiable instance of this notification as polymorphic association using composite key.

Returns:

  • Notifiable instance of this notification



28
# File 'lib/activity_notification/orm/dynamoid/notification.rb', line 28

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