@@ -193,7 +193,6 ActionController::Routing::Routes.draw do |map| | |||||
193 | activity.connect 'activity.:format', :id => nil |
|
193 | activity.connect 'activity.:format', :id => nil | |
194 | end |
|
194 | end | |
195 |
|
195 | |||
196 |
|
||||
197 | map.with_options :controller => 'issue_categories' do |categories| |
|
196 | map.with_options :controller => 'issue_categories' do |categories| | |
198 | categories.connect 'projects/:project_id/issue_categories/new', :action => 'new' |
|
197 | categories.connect 'projects/:project_id/issue_categories/new', :action => 'new' | |
199 | end |
|
198 | end |
General Comments 0
You need to be logged in to leave comments.
Login now