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 [EMAIL PROTECTED]: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'