Changeset 329

Show
Ignore:
Timestamp:
09/26/09 10:06:30 (2 years ago)
Author:
john
Message:

changed default environment back to development in AR

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/trax/vendor/trax/active_record.php

    r327 r329  
    177177     * What environment to run in. 
    178178     */ 
    179     public static $environment = 'production'; 
     179    public static $environment = 'development'; 
    180180 
    181181    /**