Mercurial > hg > soundsoftware-site
changeset 775:a7cb76a52ec0 feature_14
Route needed by the set_fieldset_status action (called by xhr).
author | luisf <luis.figueira@eecs.qmul.ac.uk> |
---|---|
date | Thu, 17 Nov 2011 14:52:13 +0000 |
parents | c761e467a390 |
children | af852d82b00b |
files | vendor/plugins/redmine_tags/config/routes.rb |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/vendor/plugins/redmine_tags/config/routes.rb Thu Nov 17 14:52:13 2011 +0000 @@ -0,0 +1,3 @@ +ActionController::Routing::Routes.draw do |map| + map.connect 'projects/set_fieldset_status', :controller => 'projects', :action => 'set_fieldset_status', :conditions => {:method => :post} +end \ No newline at end of file