2016-01-15 19:07:18 -05:00
|
|
|
class SuccessAdapter < ActionCable::SubscriptionAdapter::Base
|
2016-01-15 17:11:30 -05:00
|
|
|
def broadcast(channel, payload)
|
|
|
|
end
|
|
|
|
|
|
|
|
def subscribe(channel, callback, success_callback = nil)
|
|
|
|
end
|
|
|
|
|
|
|
|
def unsubscribe(channel, callback)
|
|
|
|
end
|
|
|
|
end
|