mirror of
https://github.com/discourse/discourse.git
synced 2025-09-04 08:47:37 +08:00
PERF: add frozen strings
This commit is contained in:
parent
2113266e51
commit
e3a616764e
1 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
class ForumsController < ApplicationController
|
||||
|
||||
skip_before_action :preload_json, :check_xhr
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue