Skip to content

Commit

Permalink
Merge pull request #43048 from rails/drop-orphan-methods
Browse files Browse the repository at this point in the history
Drop orphan methods in AS::Dependencies
  • Loading branch information
fxn committed Aug 18, 2021
2 parents cb0c746 + d4ab55e commit 6b59158
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 620 deletions.
1 change: 1 addition & 0 deletions actionpack/lib/abstract_controller/helpers.rb
@@ -1,6 +1,7 @@
# frozen_string_literal: true

require "active_support/dependencies"
require "active_support/core_ext/name_error"

module AbstractController
module Helpers
Expand Down
2 changes: 2 additions & 0 deletions actionpack/lib/abstract_controller/railties/routes_helpers.rb
@@ -1,5 +1,7 @@
# frozen_string_literal: true

require "active_support/core_ext/module/introspection"

module AbstractController
module Railties
module RoutesHelpers
Expand Down

0 comments on commit 6b59158

Please sign in to comment.