To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.
root / plugins / redmine_tags / config / routes.rb @ 1237:1d5451bf82d7
History | View | Annotate | Download (453 Bytes)
| 1 | 1121:6b49ed91e183 | luis | RedmineApp::Application.routes.draw do |
|---|---|---|---|
| 2 | 1132:9b2f28ecd125 | luis | match '/issue_tags/auto_complete/:project_id', :to => 'auto_completes#issue_tags', :via => :get, :as => 'auto_complete_issue_tags' |
| 3 | 1149:719d597874fc | luis | match '/auto_completes/project_search_tags', :to => 'auto_completes#project_search_tags' |
| 4 | 1237:1d5451bf82d7 | luis | match '/auto_completes/project_tags', :to => 'auto_completes#project_tags' |
| 5 | 1131:2681af99688f | luis | match 'projects/set_fieldset_status' => 'projects#set_fieldset_status', :constraints => {:method => :post} |
| 6 | 1132:9b2f28ecd125 | luis | end |