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