Skip to content

Commit

Permalink
Includes more load handling
Browse files Browse the repository at this point in the history
  • Loading branch information
Schwad committed Jan 21, 2025
1 parent e98f48b commit 6c1705c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions actionpack/lib/action_controller/base.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
require "action_view"
require "action_controller/log_subscriber"
require "action_controller/metal/params_wrapper"
require "active_support/configurable"

module ActionController
# # Action Controller Base
Expand Down Expand Up @@ -231,6 +232,7 @@ def self.without_modules(*modules)
AbstractController::Rendering,
AbstractController::Translation,
AbstractController::AssetPaths,
ActiveSupport::Configurable,
Helpers,
UrlFor,
Redirecting,
Expand Down Expand Up @@ -271,6 +273,7 @@ def self.without_modules(*modules)
include AbstractController::Rendering
include AbstractController::Translation
include AbstractController::AssetPaths
include ActiveSupport::Configurable
include Helpers
include UrlFor
include Redirecting
Expand Down

0 comments on commit 6c1705c

Please sign in to comment.