Flowdock
method

log_path

Importance_0
v3.0.5 - Show latest stable - 0 notes - Class: Rails::Configuration::Deprecated
log_path() public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File railties/lib/rails/configuration.rb, line 125
      def log_path
        ActiveSupport::Deprecation.warn "config.log_path is deprecated, " <<
          "please do paths.log instead", caller
        paths.config.log.to_a.first
      end
Register or log in to add new notes.