PERF: add frozen strings
This commit is contained in:
parent
2113266e51
commit
e3a616764e
|
@ -1,3 +1,5 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
class ForumsController < ApplicationController
|
||||
|
||||
skip_before_action :preload_json, :check_xhr
|
||||
|
|
Loading…
Reference in New Issue