Method: LiveQuery#notify_removed

Defined in:
app/volt/tasks/live_query/live_query.rb

#notify_removed(ids, skip_channel) ⇒ Object



25
26
27
28
29
30
# File 'app/volt/tasks/live_query/live_query.rb', line 25

def notify_removed(ids, skip_channel)
  notify! do |channel|
    # puts "Removed: #{ids.inspect} to #{channel.inspect}"
    channel.send_message("removed", nil, @collection, @query, ids)
  end
end