@@ -199,7 +199,8 ActionController::Routing::Routes.draw do |map| | |||||
199 | end |
|
199 | end | |
200 | end |
|
200 | end | |
201 |
|
201 | |||
202 |
map.with_options :controller => 'activities', :action => 'index', |
|
202 | map.with_options :controller => 'activities', :action => 'index', | |
|
203 | :conditions => {:method => :get} do |activity| | |||
203 | activity.connect 'projects/:id/activity' |
|
204 | activity.connect 'projects/:id/activity' | |
204 | activity.connect 'projects/:id/activity.:format' |
|
205 | activity.connect 'projects/:id/activity.:format' | |
205 | activity.connect 'activity', :id => nil |
|
206 | activity.connect 'activity', :id => nil |
General Comments 0
You need to be logged in to leave comments.
Login now