diff options
author | George Claghorn <george@basecamp.com> | 2018-02-11 18:30:09 -0500 |
---|---|---|
committer | George Claghorn <george@basecamp.com> | 2018-02-11 18:30:09 -0500 |
commit | cfcb92f9eaf78daefe21335bcabf813842c0ab07 (patch) | |
tree | adad8acaf48f078bfa27dd04a9ec2449ac551bd2 /activestorage/app/models | |
parent | 360d9bdbf387f03c0b1ca1911fe1b80781f8cce2 (diff) | |
download | rails-cfcb92f9eaf78daefe21335bcabf813842c0ab07.tar.gz rails-cfcb92f9eaf78daefe21335bcabf813842c0ab07.tar.bz2 rails-cfcb92f9eaf78daefe21335bcabf813842c0ab07.zip |
Add missing require
Diffstat (limited to 'activestorage/app/models')
-rw-r--r-- | activestorage/app/models/active_storage/identification.rb | 2 |
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 |