Method: Noticed::NotificationChannel#mark_as_seen

Defined in:
lib/noticed/notification_channel.rb

#mark_as_seen(data) ⇒ Object



11
12
13
# File 'lib/noticed/notification_channel.rb', line 11

def mark_as_seen(data)
  current_user.notifications.where(id: data["ids"]).mark_as_seen
end