diff --git a/config/routes.rb b/config/routes.rb index d4909ddb..27e874cb 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -88,6 +88,8 @@ OpenneoImpressItems::Application.routes.draw do # About pages! get '/terms', to: "about#terms", as: :terms + get '/privacy', + to: redirect(Rails.configuration.impress_2020_origin + "/privacy") get '/about/neopass', to: 'about#neopass' # Other useful lil things!