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 / plugins / redmine_tags / config / routes.rb @ 1264:bc7baaca92a9

History | View | Annotate | Download (453 Bytes)

1
RedmineApp::Application.routes.draw do
2
  match '/issue_tags/auto_complete/:project_id', :to => 'auto_completes#issue_tags', :via => :get, :as => 'auto_complete_issue_tags'
3
  match '/auto_completes/project_search_tags', :to => 'auto_completes#project_search_tags'
4
  match '/auto_completes/project_tags', :to => 'auto_completes#project_tags'
5
  match 'projects/set_fieldset_status' => 'projects#set_fieldset_status', :constraints => {:method => :post}
6
end