File tree Expand file tree Collapse file tree 1 file changed +0
-11
lines changed
activesupport/lib/active_support Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -651,17 +651,6 @@ def new_constants_in(*descs)
651
651
return [ ]
652
652
end
653
653
654
- class LoadingModule #:nodoc:
655
- # Old style environment.rb referenced this method directly. Please note, it doesn't
656
- # actually *do* anything any more.
657
- def self . root ( *args )
658
- if defined? ( Rails ) && Rails . logger
659
- Rails . logger . warn "Your environment.rb uses the old syntax, it may not continue to work in future releases."
660
- Rails . logger . warn "For upgrade instructions please see: http://manuals.rubyonrails.com/read/book/19"
661
- end
662
- end
663
- end
664
-
665
654
# Convert the provided const desc to a qualified constant name (as a string).
666
655
# A module, class, symbol, or string may be provided.
667
656
def to_constant_name ( desc ) #:nodoc:
You can’t perform that action at this time.
0 commit comments