Method: Rails::Configuration::Deprecated#log_path=

Defined in:
lib/rails/configuration.rb

#log_path=(value) ⇒ Object



119
120
121
122
123
# File 'lib/rails/configuration.rb', line 119

def log_path=(value)
  ActiveSupport::Deprecation.warn "config.log_path= is deprecated, " <<
    "please do paths.log= instead", caller
  paths.config.log = value
end