# File lib/faye-rails/controller/channel.rb, line 16
      def publish(message)
        client.publish(channel, message)
      end