Skip to content

Commit

Permalink
add: install route POST:issues.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
Sven Krzyzak committed Jun 18, 2010
1 parent 691fe29 commit 19c3644
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/routes.rb
Expand Up @@ -22,4 +22,7 @@
map.connect "mylyn/issue/:id", :controller => "MylynConnector::Issues", :action => "show", :conditions => {:method => :get} map.connect "mylyn/issue/:id", :controller => "MylynConnector::Issues", :action => "show", :conditions => {:method => :get}
map.connect "mylyn/issues/updatedsince", :controller => "MylynConnector::Issues", :action => "updated_since", :conditions => {:method => :get} map.connect "mylyn/issues/updatedsince", :controller => "MylynConnector::Issues", :action => "updated_since", :conditions => {:method => :get}
map.connect "mylyn/issues/list", :controller => "MylynConnector::Issues", :action => "list", :conditions => {:method => :get} map.connect "mylyn/issues/list", :controller => "MylynConnector::Issues", :action => "list", :conditions => {:method => :get}

#Filter/Query
map.connect "issues.:format", :controller => 'issues', :action => 'index', :conditions => {:method => :post}
end end

0 comments on commit 19c3644

Please sign in to comment.