fixed one spot where it was trying to send realtime message over redis from the maps controller in save layout

This commit is contained in:
Connor Turland 2014-01-30 21:39:24 -05:00
parent 021fffe11f
commit 7412b0a1b1

View file

@ -183,7 +183,7 @@ class MapsController < ApplicationController
@mapping.save @mapping.save
#push realtime update for location on map #push realtime update for location on map
@mapping.message 'update',@user.id #@mapping.message 'update',@user.id
end end
end end
@map.arranged = true @map.arranged = true