Method: ActivityNotification::ORM::Dynamoid::Notification#notifiable
- Defined in:
- lib/activity_notification/orm/dynamoid/notification.rb
#notifiable ⇒ Object
Belongs to notifiable instance of this notification as polymorphic association using composite key.
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] } |