replace comment "config/environment.rb" to "config/application.rb" at head of config/environments/*.rb

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@9658 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2012-05-09 12:04:10 +00:00
parent 0ba0a7bcc9
commit 411f0874ab
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# Settings specified here will take precedence over those in config/environment.rb
# Settings specified here will take precedence over those in config/application.rb
RedmineApp::Application.configure do
# In the development environment your application's code is reloaded on
# every request. This slows down response time but is perfect for development

View File

@ -1,4 +1,4 @@
# Settings specified here will take precedence over those in config/environment.rb
# Settings specified here will take precedence over those in config/application.rb
RedmineApp::Application.configure do
# The production environment is meant for finished, "live" apps.
# Code is not reloaded between requests

View File

@ -1,4 +1,4 @@
# Settings specified here will take precedence over those in config/environment.rb
# Settings specified here will take precedence over those in config/application.rb
RedmineApp::Application.configure do
# The test environment is used exclusively to run your application's
# test suite. You never need to work with it otherwise. Remember that