Sha256: 3166839634e0c84858f7f2bdedbf25915aefd9530e71d81348d3ab341540e720

Contents?: true

Size: 372 Bytes

Versions: 1

Compression:

Stored size: 372 Bytes

Contents

RAILS_GEM_VERSION = '2.3.5' unless defined? RAILS_GEM_VERSION

require File.join(File.dirname(__FILE__), 'boot')

# Load a global constant so the initializers can use them
require 'ostruct'
require 'yaml'
::GlobalConfig = OpenStruct.new(YAML.load_file("#{RAILS_ROOT}/config/global_config.yml")[RAILS_ENV])

Rails::Initializer.run do |config|
  config.time_zone = 'UTC'
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
muck-invites-0.1.12 test/rails_root/config/environment.rb