module ActionController::StrongParameters

def params

has been instantiated with the request.parameters.
Returns a new ActionController::Parameters object that
def params
  @_params ||= Parameters.new(request.parameters)
end