Methods
Public Class methods
Old style environment.rb referenced this method directly. Please note, it doesn’t actualy do anything any more.
[ show source ]
# File vendor/rails/activesupport/lib/active_support/dependencies.rb, line 75 75: def self.root(*args) 76: if defined?(RAILS_DEFAULT_LOGGER) 77: RAILS_DEFAULT_LOGGER.warn "Your environment.rb uses the old syntax, it may not continue to work in future releases." 78: RAILS_DEFAULT_LOGGER.warn "For upgrade instructions please see: http://manuals.rubyonrails.com/read/book/19" 79: end 80: end