freeze AC strings

This commit is contained in:
Andrew Brown 2021-08-03 01:50:17 -07:00
parent 832bb924bf
commit 7aed61d812

View File

@ -1,3 +1,4 @@
# frozen_string_literal: true
class ApplicationController < ActionController::Base
protect_from_forgery