class LHC::EffectiveUrlScrubber

def scrub_elements

def scrub_elements
  # The effective url includes the params of the request
  # so we need to scrub those params from the effective url.
  LHC.config.scrubs[:params]
end