Class: LineController

Inherits:
ActionController::Base
  • Object
show all
Defined in:
app/controllers/line_controller.rb

Instance Method Summary collapse

Instance Method Details

#entryObject



6
7
8
9
10
# File 'app/controllers/line_controller.rb', line 6

def entry
  request_handler = Kamigo::RequestHandlers::LineRequestHandler.new(request, form_authenticity_token)
  request_handler.handle
  head :ok
end