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
+1 -1
View File
@@ -1,7 +1,7 @@
# frozen_string_literal: true
class ExtraLocalesController < ApplicationController
layout :false
layout false
skip_before_action :check_xhr,
:preload_json,