method

load_environment_config!

Importance_0
v7.1.3.2 - Show latest stable - 0 notes - Class: Actions
load_environment_config!() 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/command/actions.rb, line 23
      def load_environment_config!
        require_application!
        # Only run initializers that are in the :all group, which includes the
        # :load_environment_config initializer.
        Rails.application.initialize!(:_) if defined?(APP_PATH)
      end
Register or log in to add new notes.