From cfcb92f9eaf78daefe21335bcabf813842c0ab07 Mon Sep 17 00:00:00 2001 From: George Claghorn Date: Sun, 11 Feb 2018 18:30:09 -0500 Subject: Add missing require --- activestorage/app/models/active_storage/identification.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/activestorage/app/models/active_storage/identification.rb b/activestorage/app/models/active_storage/identification.rb index 4f295257ae..bf1d8f5624 100644 --- a/activestorage/app/models/active_storage/identification.rb +++ b/activestorage/app/models/active_storage/identification.rb @@ -1,5 +1,7 @@ # frozen_string_literal: true +require "net/http" + class ActiveStorage::Identification attr_reader :blob -- cgit v1.2.3