instance method
log_path=
Ruby on Rails 3.0.20
Since v3.0.20 Last seen in v3.0.20Signature
log_path=(value)
No documentation comment.
Parameters
-
valuereq
Source
# File railties/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
Defined in railties/lib/rails/configuration.rb line 119
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in Rails::Configuration::Deprecated