Show
Ignore:
Timestamp:
05/13/08 04:11:08 (4 years ago)
Author:
john
Message:

Took out referrences to Trax in AR in prep to make it standalone

Files:
1 modified

Legend:

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

    r287 r294  
    125125            ActiveRecord::$database_settings = parse_ini_file(self::$config_path."/database.ini", true); 
    126126        } 
     127        ActiveRecord::$environment = TRAX_ENV; 
    127128 
    128129    }