mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
Remove obsolete compatibility module
This commit is contained in:
@@ -651,17 +651,6 @@ module ActiveSupport #:nodoc:
|
||||
return []
|
||||
end
|
||||
|
||||
class LoadingModule #:nodoc:
|
||||
# Old style environment.rb referenced this method directly. Please note, it doesn't
|
||||
# actually *do* anything any more.
|
||||
def self.root(*args)
|
||||
if defined?(Rails) && Rails.logger
|
||||
Rails.logger.warn "Your environment.rb uses the old syntax, it may not continue to work in future releases."
|
||||
Rails.logger.warn "For upgrade instructions please see: http://manuals.rubyonrails.com/read/book/19"
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
# Convert the provided const desc to a qualified constant name (as a string).
|
||||
# A module, class, symbol, or string may be provided.
|
||||
def to_constant_name(desc) #:nodoc:
|
||||
|
||||
Reference in New Issue
Block a user