From d7b1521db83998fb57811ecc9d12b68e610a44bd Mon Sep 17 00:00:00 2001 From: Kir Shatrov Date: Sun, 16 Jul 2017 20:11:16 +0300 Subject: Use frozen string literal in activemodel/ --- activemodel/test/cases/forbidden_attributes_protection_test.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'activemodel/test/cases/forbidden_attributes_protection_test.rb') diff --git a/activemodel/test/cases/forbidden_attributes_protection_test.rb b/activemodel/test/cases/forbidden_attributes_protection_test.rb index d8cc72e662..0fd0a2f8ee 100644 --- a/activemodel/test/cases/forbidden_attributes_protection_test.rb +++ b/activemodel/test/cases/forbidden_attributes_protection_test.rb @@ -1,3 +1,5 @@ +# frozen_string_literal: true + require "cases/helper" require "active_support/core_ext/hash/indifferent_access" require "models/account" -- cgit v1.2.3