Disable Rails/ApplicationController
for HealthController
(#28705)
This commit is contained in:
parent
383be173af
commit
575ab085be
2 changed files with 1 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
class HealthController < ActionController::Base
|
||||
class HealthController < ActionController::Base # rubocop:disable Rails/ApplicationController
|
||||
def show
|
||||
render plain: 'OK'
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue