Method: ActivityNotification::Target#opened_notification_index_with_attributes
- Defined in:
- lib/activity_notification/models/concerns/target.rb
#opened_notification_index_with_attributes(options = {}) ⇒ Array<Notificaion>
Gets opened notification index of the target with including attributes like target, notifiable, group and notifier.
513 514 515 |
# File 'lib/activity_notification/models/concerns/target.rb', line 513 def opened_notification_index_with_attributes( = {}) include_attributes(_opened_notification_index()).to_a end |