DEV: Fix Lint/BooleanSymbol (#24747)

This commit is contained in:
Jarek Radosz
2023-12-06 13:19:09 +01:00
committed by GitHub
parent 138bf486d3
commit 6a66dc1cfb
9 changed files with 13 additions and 7 deletions

View File

@ -90,7 +90,7 @@ after_initialize do
end
class CertificatesController < ::ApplicationController
layout :false
layout false
skip_before_action :check_xhr
requires_login