Rails 2.3.2 issue with loading global constants file

I actually resolved the problem by doing something like: require './config/global_constants.conf' it used to work in Rails 2.0.2 by just putting require 'global_constants.conf' but not in Rails 2.3.2 THanks,