Skip to content

Commit 6b59158

Browse files
authored
Merge pull request rails#43048 from rails/drop-orphan-methods
Drop orphan methods in AS::Dependencies
2 parents cb0c746 + d4ab55e commit 6b59158

File tree

5 files changed

+9
-620
lines changed

5 files changed

+9
-620
lines changed

actionpack/lib/abstract_controller/helpers.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# frozen_string_literal: true
22

33
require "active_support/dependencies"
4+
require "active_support/core_ext/name_error"
45

56
module AbstractController
67
module Helpers

actionpack/lib/abstract_controller/railties/routes_helpers.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# frozen_string_literal: true
22

3+
require "active_support/core_ext/module/introspection"
4+
35
module AbstractController
46
module Railties
57
module RoutesHelpers

0 commit comments

Comments
 (0)