Skip to content

Commit

Permalink
[xs] Removing unused route
Browse files Browse the repository at this point in the history
  • Loading branch information
rossjones committed Apr 30, 2012
1 parent 681d544 commit b9bd40e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ckan/config/routing.py
Expand Up @@ -153,7 +153,6 @@ def make_map():
##map.connect('/package/edit/{id}', controller='package_formalchemy', action='edit')

with SubMapper(map, controller='related') as m:
m.connect('related_edit', '/related/{id}/edit', action='edit')
m.connect('related_list', '/dataset/{id}/related', action='list')
m.connect('related_read', '/dataset/{id}/related/{related_id}', action='read')

Expand Down

0 comments on commit b9bd40e

Please sign in to comment.