12_generate_custom_csv_file #58

Open
philipp wants to merge 59 commits from 12_generate_custom_csv_file into develop
Showing only changes of commit 91e07ab660 - Show all commits

View file

@ -20,6 +20,6 @@ class LinksController < ApplicationController
return redirect_to root_url, alert: t('.indirect_no_location') unless url return redirect_to root_url, alert: t('.indirect_no_location') unless url
end end
redirect_to url, status: :found redirect_to url, status: :found, allow_other_host: true
end end
end end