From 7e78d2cc94b9fa32e0cc418af0a096f48bdb190c Mon Sep 17 00:00:00 2001 From: Ryuta Kamizono Date: Thu, 11 Jan 2018 02:33:41 +0900 Subject: Add missing `# frozen_string_literal: true` --- activestorage/app/models/active_storage/blob/analyzable.rb | 2 ++ activestorage/app/models/active_storage/blob/representable.rb | 2 ++ 2 files changed, 4 insertions(+) (limited to 'activestorage/app') diff --git a/activestorage/app/models/active_storage/blob/analyzable.rb b/activestorage/app/models/active_storage/blob/analyzable.rb index 9667990033..5bda6e6d73 100644 --- a/activestorage/app/models/active_storage/blob/analyzable.rb +++ b/activestorage/app/models/active_storage/blob/analyzable.rb @@ -1,3 +1,5 @@ +# frozen_string_literal: true + require "active_storage/analyzer/null_analyzer" module ActiveStorage::Blob::Analyzable diff --git a/activestorage/app/models/active_storage/blob/representable.rb b/activestorage/app/models/active_storage/blob/representable.rb index fb6a55fa73..aca97b1245 100644 --- a/activestorage/app/models/active_storage/blob/representable.rb +++ b/activestorage/app/models/active_storage/blob/representable.rb @@ -1,3 +1,5 @@ +# frozen_string_literal: true + module ActiveStorage::Blob::Representable extend ActiveSupport::Concern -- cgit v1.2.3