Ignore:
Timestamp:
07/16/10 14:19:10 (22 months ago)
Author:
dart
Message:

LoReality?:
o Messsager is now full ajax. Can reply to a mail now.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/loreality/loreality/config/routing.py

    r2097 r2114  
    1111    """Create, configure and return the routes Mapper""" 
    1212    map = Mapper(directory=config['pylons.paths']['controllers'], 
    13                  always_scan=config['debug']) 
     13                 always_scan=config['debug'], explicit=True) 
    1414    map.minimization = False 
    1515 
Note: See TracChangeset for help on using the changeset viewer.