Skip to content

Commit f4b0845

Browse files
Merge pull request rails#50177 from skipkayhil/hm-av-path-followup
Remove unused DeprecatedConstantAccessor include
2 parents 9f18c04 + c1f3d68 commit f4b0845

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

actionview/lib/action_view/template/resolver.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@
1010
module ActionView
1111
# = Action View Resolver
1212
class Resolver
13-
include ActiveSupport::Deprecation::DeprecatedConstantAccessor
14-
1513
class PathParser # :nodoc:
1614
ParsedPath = Struct.new(:path, :details)
1715

0 commit comments

Comments
 (0)