mirror of
https://github.com/discourse/discourse.git
synced 2026-08-09 12:38:21 -05:00
DEV: Fix Lint/BooleanSymbol (#24747)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
class ExtraLocalesController < ApplicationController
|
||||
layout :false
|
||||
layout false
|
||||
|
||||
skip_before_action :check_xhr,
|
||||
:preload_json,
|
||||
|
||||
Reference in New Issue
Block a user