class Breakfast::StatusChannel

Public Instance Methods

subscribed() click to toggle source
# File lib/breakfast/status_channel.rb, line 5
def subscribed
  stream_from "breakfast_status"
end