From ddca49e4b594ad715cd5854521c25d19fb4a3b06 Mon Sep 17 00:00:00 2001 From: gfyoung Date: Thu, 5 Jul 2018 03:18:17 -0700 Subject: Enable frozen string in apps/uploaders/*.rb Partially addresses #47424. --- app/services/cohorts_service.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'app/services/cohorts_service.rb') diff --git a/app/services/cohorts_service.rb b/app/services/cohorts_service.rb index 6781533af28..7a14e97f749 100644 --- a/app/services/cohorts_service.rb +++ b/app/services/cohorts_service.rb @@ -1,3 +1,5 @@ +# frozen_string_literal: true + class CohortsService MONTHS_INCLUDED = 12 -- cgit v1.2.3