-
- def gpx_files
- @traces = current_user.traces.reload
- render :content_type => "application/xml"
- end
-
- private
-
- def disable_terms_redirect
- # this is necessary otherwise going to the user terms page, when
- # having not agreed already would cause an infinite redirect loop.
- # it's .now so that this doesn't propagate to other pages.
- flash.now[:skip_terms] = true
- end