Class: LiffController
- Inherits:
-
ApplicationController
- Object
- ApplicationController
- LiffController
- Defined in:
- app/controllers/liff_controller.rb
Instance Method Summary collapse
Instance Method Details
#entry ⇒ Object
5 6 7 8 |
# File 'app/controllers/liff_controller.rb', line 5 def entry query = Rack::Utils.parse_nested_query(request.query_string) @body = reserve_route(query["path"], format: :liff) end |