2
0
Fork 0
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:
Sam 2018-01-15 12:43:26 +11:00
parent 2113266e51
commit e3a616764e

View file

@ -1,3 +1,5 @@
# frozen_string_literal: true
class ForumsController < ApplicationController
skip_before_action :preload_json, :check_xhr