# HG changeset patch # User luisf # Date 1357732404 0 # Node ID 2681af99688fb45691a437c6bda0b07c3f89299f # Parent f589996baa512f5b34bb010c49ff05cd2ff0b767 Fixed RedmineTags routes file (new Rails version standard). diff -r f589996baa51 -r 2681af99688f plugins/redmine_tags/config/routes.rb --- 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