Skip to content

Commit

Permalink
[#1593] Hook up the general action
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian Murray committed Mar 28, 2012
1 parent 97f2d8e commit 607ba09
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ckan/config/routing.py
Expand Up @@ -259,6 +259,7 @@ def make_map():
with SubMapper(map, controller='feed') as m:
m.connect('/feeds/group/{id}.atom', action='group')
m.connect('/feeds/tag/{id}.atom', action='tag')
m.connect('/feeds/dataset.atom', action='general')

map.connect('ckanadmin_index', '/ckan-admin', controller='admin', action='index')
map.connect('ckanadmin', '/ckan-admin/{action}', controller='admin')
Expand Down

0 comments on commit 607ba09

Please sign in to comment.