You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ode.apache.org by as...@apache.org on 2008/05/16 02:02:46 UTC

svn commit: r656898 - /ode/sandbox/singleshot/config/routes.rb

Author: assaf
Date: Thu May 15 17:02:46 2008
New Revision: 656898

URL: http://svn.apache.org/viewvc?rev=656898&view=rev
Log:
Merge branch 'master' of git@github.com:Assaf/singleshot

Modified:
    ode/sandbox/singleshot/config/routes.rb

Modified: ode/sandbox/singleshot/config/routes.rb
URL: http://svn.apache.org/viewvc/ode/sandbox/singleshot/config/routes.rb?rev=656898&r1=656897&r2=656898&view=diff
==============================================================================
--- ode/sandbox/singleshot/config/routes.rb (original)
+++ ode/sandbox/singleshot/config/routes.rb Thu May 15 17:02:46 2008
@@ -1,7 +1,7 @@
 ActionController::Routing::Routes.draw do |map|
 
   map.resource 'session'
-  map.resources 'tasks', :collection=>{ 'following'=>:get, 'completed'=>:get }
+  map.resources 'tasks', :collection=>{ 'following'=>:get, 'completed'=>:get, 'feed'=>:get, 'ical'=>:get }
   map.resource 'activity'
   map.day_activity 'activity/:year/:month/:day', :controller=>'activities', :action=>'show', :year =>/\d{4}/, :month=>/\d{1,2}/, :day=>/\d{1,2}/
   map.root :controller=>'tasks'