Class: LiffController

Inherits:
ApplicationController
  • Object
show all
Defined in:
app/controllers/liff_controller.rb

Instance Method Summary collapse

Instance Method Details

#entryObject



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