Method: LiveQuery#notify_moved

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

#notify_moved(id, new_position, skip_channel) ⇒ Object



39
40
41
42
43
44
# File 'app/volt/tasks/live_query/live_query.rb', line 39

def notify_moved(id, new_position, skip_channel)
  # puts "Moved: #{id}, #{new_position}"
  notify! do |channel|
    channel.send_message("moved", nil, @collection, @query, id, new_position)
  end
end