There's no documentation for this item.
# File active_support/dependencies.rb, line 432 def log(msg) if defined?(RAILS_DEFAULT_LOGGER) && RAILS_DEFAULT_LOGGER && log_activity RAILS_DEFAULT_LOGGER.debug "Dependencies: #{msg}" end end
<code/>
<pre/>
<code/>and<pre/>for code samples.