Class: WelcomeController

Inherits:
Rubee::BaseController show all
Defined in:
lib/app/controllers/welcome_controller.rb

Instance Method Summary collapse

Methods inherited from Rubee::BaseController

attach_websocket!, #css, #extract_params, #handle_websocket, #headers, #image, #initialize, #js, #params, #render_template, #response_with, #websocket, #websocket_connections

Methods included from Rubee::Hookable

included

Constructor Details

This class inherits a constructor from Rubee::BaseController

Instance Method Details

#showObject



4
5
6
# File 'lib/app/controllers/welcome_controller.rb', line 4

def show
  response_with
end