Skip to content
  • Xavier Noria's avatar
    2ab7c22a
    removes unneeded require in rails/railtie.rb · 2ab7c22a
    Xavier Noria authored
    Railties' `config` method instatiates a Rails::Railtie::Configuration
    object. Rails::Configuration is not used in this file.
    
    The patch does not replace the file being required with the one for
    Rails::Railtie::Configuration because that one is autoloaded. See the
    spot where this patch changes double quotes with single quotes.
    
    Rails::Railtie::Configuration does depend on Rails::Configuration, and
    it requires it accordingly.
    2ab7c22a
    removes unneeded require in rails/railtie.rb
    Xavier Noria authored
    Railties' `config` method instatiates a Rails::Railtie::Configuration
    object. Rails::Configuration is not used in this file.
    
    The patch does not replace the file being required with the one for
    Rails::Railtie::Configuration because that one is autoloaded. See the
    spot where this patch changes double quotes with single quotes.
    
    Rails::Railtie::Configuration does depend on Rails::Configuration, and
    it requires it accordingly.
Loading