Mercurial > hg > soundsoftware-site
changeset 1131:2681af99688f redmine-2.2-integration
Fixed RedmineTags routes file (new Rails version standard).
author | luisf <luis.figueira@eecs.qmul.ac.uk> |
---|---|
date | Wed, 09 Jan 2013 11:53:24 +0000 |
parents | f589996baa51 |
children | 9b2f28ecd125 |
files | plugins/redmine_tags/config/routes.rb |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/plugins/redmine_tags/config/routes.rb Wed Jan 09 11:48:44 2013 +0000 +++ b/plugins/redmine_tags/config/routes.rb Wed Jan 09 11:53:24 2013 +0000 @@ -1,3 +1,3 @@ RedmineApp::Application.routes.draw do - map.connect 'projects/set_fieldset_status', :controller => 'projects', :action => 'set_fieldset_status', :conditions => {:method => :post} + match 'projects/set_fieldset_status' => 'projects#set_fieldset_status', :constraints => {:method => :post} end \ No newline at end of file