Method: Engine2::ActionWebSocketSupport#pre_run

Defined in:
lib/engine2/action.rb

#pre_runObject



184
185
186
187
188
# File 'lib/engine2/action.rb', line 184

def pre_run
    super
    @ws_methods = {}
    @meta[:websocket] = {options: {}}
end