From bf5e3ab4e676767501402b06331e5f600a3aba50 Mon Sep 17 00:00:00 2001 From: Karel Picman Date: Mon, 28 Apr 2014 16:28:10 +0200 Subject: [PATCH] DMSF URL links backward compatibility --- config/routes.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/config/routes.rb b/config/routes.rb index 869ae89c..2907fc7c 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -77,6 +77,7 @@ RedmineApp::Application.routes.draw do # Just to keep backward compatibility with old external direct links get '/dmsf_files/:id', :controller => 'dmsf_files', :action => 'show' + get '/dmsf_files/:id/download', :controller => 'dmsf_files', :action => 'show', :download => '' # # files_copy controller