aboutsummaryrefslogtreecommitdiffstats
path: root/activestorage/app
diff options
context:
space:
mode:
authorGeorge Claghorn <george@basecamp.com>2018-02-11 18:30:09 -0500
committerGeorge Claghorn <george@basecamp.com>2018-02-11 18:30:09 -0500
commitcfcb92f9eaf78daefe21335bcabf813842c0ab07 (patch)
treeadad8acaf48f078bfa27dd04a9ec2449ac551bd2 /activestorage/app
parent360d9bdbf387f03c0b1ca1911fe1b80781f8cce2 (diff)
downloadrails-cfcb92f9eaf78daefe21335bcabf813842c0ab07.tar.gz
rails-cfcb92f9eaf78daefe21335bcabf813842c0ab07.tar.bz2
rails-cfcb92f9eaf78daefe21335bcabf813842c0ab07.zip
Add missing require
Diffstat (limited to 'activestorage/app')
-rw-r--r--activestorage/app/models/active_storage/identification.rb2
1 files changed, 2 insertions, 0 deletions
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