Add a user list view for administrators
This commit is contained in:
parent
5d3992daca
commit
ae8c0b3baf
6 changed files with 127 additions and 4 deletions
|
@ -166,7 +166,10 @@ ActionController::Routing::Routes.draw do |map|
|
|||
map.connect '/diary/:language', :controller => 'diary_entry', :action => 'list'
|
||||
map.connect '/diary/:language/rss', :controller => 'diary_entry', :action => 'rss'
|
||||
|
||||
|
||||
# user lists
|
||||
map.connect '/users', :controller => 'user', :action => 'list'
|
||||
map.connect '/users/:status', :controller => 'user', :action => 'list'
|
||||
|
||||
# test pages
|
||||
map.connect '/test/populate/:table/:from/:count', :controller => 'test', :action => 'populate'
|
||||
map.connect '/test/populate/:table/:count', :controller => 'test', :action => 'populate', :from => 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue