Class: ActiveSupport::Dependencies::LoadingModule

Inherits:
Object
  • Object
show all
Defined in:
lib/active_support/dependencies.rb

Overview

:nodoc:

Class Method Summary collapse

Class Method Details

.root(*args) ⇒ Object

Old style environment.rb referenced this method directly. Please note, it doesn’t actually do anything any more.



400
401
402
403
404
405
# File 'lib/active_support/dependencies.rb', line 400

def self.root(*args)
  if defined?(RAILS_DEFAULT_LOGGER)
    RAILS_DEFAULT_LOGGER.warn "Your environment.rb uses the old syntax, it may not continue to work in future releases."
    RAILS_DEFAULT_LOGGER.warn "For upgrade instructions please see: http://manuals.rubyonrails.com/read/book/19"
  end
end