Flowdock
method

initialize

Importance_0
v4.1.8 - Show latest stable - 0 notes - Class: Rails::Engine
initialize() public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File railties/lib/rails/engine.rb, line 418
    def initialize
      @_all_autoload_paths = nil
      @_all_load_paths     = nil
      @app                 = nil
      @config              = nil
      @env_config          = nil
      @helpers             = nil
      @routes              = nil
      super
    end
Register or log in to add new notes.