Skip to content

Commit

Permalink
[#2939] Add members route
Browse files Browse the repository at this point in the history
  • Loading branch information
tobes committed Oct 12, 2012
1 parent c5d7888 commit ffb390d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ckan/config/routing.py
Expand Up @@ -228,6 +228,7 @@ def make_map():
requirements=dict(action='|'.join([
'edit',
'delete',
'members',
'history'
]))
)
Expand All @@ -242,6 +243,7 @@ def make_map():
requirements=dict(action='|'.join([
'edit',
'delete',
'members',
'history'
]))
)
Expand Down

0 comments on commit ffb390d

Please sign in to comment.