We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a6063e commit d924719Copy full SHA for d924719
app/controllers/ppd_controller.rb
@@ -3,6 +3,7 @@
3
# Controller for PPD search form
4
class PpdController < ApplicationController
5
def index
6
+ LoggingHelper.log_request({ params: params, path: request.path }, 'info')
7
@preferences = UserPreferences.new(params)
8
end
9
0 commit comments