Class: HandlerController

Inherits:
ApplicationController show all
Defined in:
app/controllers/handler_controller.rb

Instance Method Summary collapse

Methods inherited from ApplicationController

#sign_in

Methods included from ApplicationHelper

#active_nav, #current_user, #signed_in?

Instance Method Details

#listObject



5
6
7
# File 'app/controllers/handler_controller.rb', line 5

def list
  @handlers = [ ]
end

#showObject



9
10
# File 'app/controllers/handler_controller.rb', line 9

def show
end