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