Skip to content

Commit 7b680f8

Browse files
Fix rails#55215 test failure
1 parent c049370 commit 7b680f8

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

railties/lib/rails/application_controller.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 "action_controller"
4+
35
class Rails::ApplicationController < ActionController::Base # :nodoc:
46
prepend_view_path File.expand_path("templates", __dir__)
57
layout "application"

railties/lib/rails/health_controller.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 "action_controller"
4+
35
module Rails
46
# Built-in Health Check Endpoint
57
#

0 commit comments

Comments
 (0)