module ActionDispatch
  class Request
    def original_url
      original_fullpath
    end
  end
end