Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source
Show
Ignore:
Timestamp:
03/27/07 14:04:38 (2 years ago)
Author:
rick
Message:

documentation project patches, closes #7342, #7319, #7316, #7190 [jeremymcanally]

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/1-2-stable/railties/lib/initializer.rb

    r6447 r6471  
    206206        config = configuration 
    207207        constants = self.class.constants 
     208         
    208209        eval(IO.read(configuration.environment_path), binding, configuration.environment_path) 
     210         
    209211        (self.class.constants - constants).each do |const| 
    210212          Object.const_set(const, self.class.const_get(const))