method

require_application_and_environment!

rails latest stable - Class: Rails::Command::Actions

Method deprecated or moved

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

require_application_and_environment!()
public

No documentation available.

# File railties/lib/rails/command/actions.rb, line 13
      def require_application_and_environment!
        require_application!
        require_environment!
      end