To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.

Statistics Download as Zip
| Branch: | Tag: | Revision:

root / vendor / plugins / redmine_tags / config / routes.rb @ 787:a36cce722860

History | View | Annotate | Download (192 Bytes)

1
ActionController::Routing::Routes.draw do |map|
2
  map.connect 'projects/set_fieldset_status', :controller => 'projects', :action => 'set_fieldset_status', :conditions => {:method => :post}
3
end