aboutsummaryrefslogtreecommitdiffstats
path: root/activestorage/app/models
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2017-08-01 17:12:57 -0500
committerDavid Heinemeier Hansson <david@loudthinking.com>2017-08-01 17:12:57 -0500
commit13882d0067877ea512bc5b3ebf19950887833758 (patch)
treeca5bbfe8b97a445f8f3de1a118a6c149151b901c /activestorage/app/models
parente473946d58cfdab0b16cf91cdad6bef23fcfafc3 (diff)
downloadrails-13882d0067877ea512bc5b3ebf19950887833758.tar.gz
rails-13882d0067877ea512bc5b3ebf19950887833758.tar.bz2
rails-13882d0067877ea512bc5b3ebf19950887833758.zip
Remove circular dependency
Diffstat (limited to 'activestorage/app/models')
-rw-r--r--activestorage/app/models/active_storage/variant.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/activestorage/app/models/active_storage/variant.rb b/activestorage/app/models/active_storage/variant.rb
index a8e64f781e..e3f22bcb25 100644
--- a/activestorage/app/models/active_storage/variant.rb
+++ b/activestorage/app/models/active_storage/variant.rb
@@ -1,5 +1,3 @@
-require "active_storage/blob"
-
# Image blobs can have variants that are the result of a set of transformations applied to the original.
# These variants are used to create thumbnails, fixed-size avatars, or any other derivative image from the
# original.