Changeset 2926

Show
Ignore:
Timestamp:
02/20/07 23:34:19 (2 years ago)
Author:
mscott
Message:

More specific controllers; as we generalize we can push stuff to a base class.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • sandbox/mscott/SchevoPylonsNav/trunk/schevopylonsnav/config/routing.py

    r2925 r2926  
    2525     
    2626    map.resource('query', 'queries', 
     27                 controller='extent_queries', 
    2728                 path_prefix='/databases/:db_id/extents/:extent_id', 
    2829                 name_prefix='extent_') 
    2930     
    3031    map.resource('transaction', 'transactions', 
     32                 controller='extent_transactions', 
    3133                 path_prefix='/databases/:db_id/extents/:extent_id', 
    3234                 name_prefix='extent_')