Class: LineController
- Inherits:
-
ActionController::Base
- Object
- ActionController::Base
- LineController
- Defined in:
- app/controllers/line_controller.rb
Instance Method Summary collapse
Instance Method Details
#entry ⇒ Object
6 7 8 9 10 11 |
# File 'app/controllers/line_controller.rb', line 6 def entry account = Kamigo.find_account(params[:account_name]) request_handler = Kamigo::RequestHandlers::LineRequestHandler.new(request, form_authenticity_token, account: account) request_handler.handle head :ok end |