class WebsocketRails::InvalidConnectionError

Exceptions

Public Instance Methods

rack_response() click to toggle source
# File lib/websocket-rails.rb, line 54
def rack_response
  [400,{'Content-Type' => 'text/plain'},['invalid connection']]
end