- Timestamp:
- 01/18/10 12:56:06 (2 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
TripPlanner/branches/rb-0.4/tripplanner/config/routing.py
r1024 r1203 28 28 mapper.resource('geocode', 'geocodes', **options) 29 29 mapper.resource('route', 'routes', **options) 30 mapper.resource('ad', 'ads', **options)31 30 32 31 # This one can be used to display a template directly