Преглед изворни кода

remove trailing white-spaces from config/environment.rb.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@6463 e93f8b46-1217-0410-a6f0-8f06a7374b81
tags/1.3.0
Toshi MARUYAMA пре 13 година
родитељ
комит
c70bc98aed
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2
    2
      config/environment.rb

+ 2
- 2
config/environment.rb Прегледај датотеку

@@ -1,6 +1,6 @@
# Be sure to restart your web server when you modify this file.

# Uncomment below to force Rails into production mode when
# Uncomment below to force Rails into production mode when
# you don't control web/app server and can't set it the proper way
# ENV['RAILS_ENV'] ||= 'production'

@@ -30,7 +30,7 @@ Rails::Initializer.run do |config|
# Add additional load paths for sweepers
config.autoload_paths += %W( #{RAILS_ROOT}/app/sweepers )

# Force all environments to use the same logger level
# Force all environments to use the same logger level
# (by default production uses :info, the others :debug)
# config.log_level = :debug


Loading…
Откажи
Сачувај