Browse Source

lint

pull/1752/head
Kat 3 years ago
parent
commit
4c61eb0ddf
  1. 1
      app/controllers/form_controller.rb

1
app/controllers/form_controller.rb

@ -50,6 +50,7 @@ class FormController < ApplicationController
@interruption_page_id = URI.parse(request.headers["HTTP_REFERER"]).path.split("/").last.underscore
@interruption_page_referrer_type = referrer_from_query
end
if @log
page_id = request.path.split("/")[-1].underscore
@page = form.get_page(page_id)

Loading…
Cancel
Save