continuing the refactor of the admin section
This commit is contained in:
@@ -5,7 +5,7 @@ class ApplicationController < ActionController::Base
|
||||
|
||||
protect_from_forgery
|
||||
|
||||
private
|
||||
private
|
||||
|
||||
def broadcast_user(uid, event, data = {})
|
||||
message = {channel: "/user/#{uid}", data: {event: event, data: data}}
|
||||
|
||||
Reference in New Issue
Block a user