aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/generators/rails/app/templates/config/environment.rb
blob: 3bb0f2619e4ea1faf0c4869c4672bc4a048f1d31 (plain) (blame)
1
2
3
4
5
6
7
8
9
# Be sure to restart your server when you modify this file

# Specifies gem version of Rails to use when vendor/rails is not present
<%= '# ' if options[:freeze] %>RAILS_GEM_VERSION = '<%= Rails::VERSION::STRING %>' unless defined? RAILS_GEM_VERSION

# Load the rails application
require File.expand_path(File.join(File.dirname(__FILE__), 'application'))
# Initialize the rails application
Rails.initialize!