diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2012-05-09 12:04:10 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2012-05-09 12:04:10 +0000 |
commit | 411f0874ab8f36ccd1c707e4a333beb34a7ed663 (patch) | |
tree | ea17a550904d0d8e32709b33d6152fcbe5867b44 /config/environments/production.rb | |
parent | 0ba0a7bcc94b4fc14addaa8b254d404d4ff1a34f (diff) | |
download | redmine-411f0874ab8f36ccd1c707e4a333beb34a7ed663.tar.gz redmine-411f0874ab8f36ccd1c707e4a333beb34a7ed663.zip |
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
Diffstat (limited to 'config/environments/production.rb')
-rw-r--r-- | config/environments/production.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/environments/production.rb b/config/environments/production.rb index 9ff88560d..ab4cd4011 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -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 |