From 14ece5e4292053e7a40e9bd80c447745f721e217 Mon Sep 17 00:00:00 2001 From: Kir Shatrov Date: Sun, 9 Jul 2017 20:49:52 +0300 Subject: Use frozen-string-literal in ActiveJob --- activejob/test/models/person.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'activejob/test/models/person.rb') diff --git a/activejob/test/models/person.rb b/activejob/test/models/person.rb index b5d68ad9c1..bcd1018782 100644 --- a/activejob/test/models/person.rb +++ b/activejob/test/models/person.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: true class Person class RecordNotFound < StandardError; end -- cgit v1.2.3