method

config

rails latest stable - Class: Rails::Application::Configurable

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v3.0.9) is shown here.

config()
public

No documentation available.

# File railties/lib/rails/application/configurable.rb, line 14
      def config
        @config ||= Application::Configuration.new(self.class.find_root_with_flag("config.ru", Dir.pwd))
      end