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:
parent
021fffe11f
commit
7412b0a1b1
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue