aboutsummaryrefslogtreecommitdiffstats
path: root/activestorage
diff options
context:
space:
mode:
authorYoshiyuki Hirano <yhirano@me.com>2017-09-18 09:13:00 +0900
committerYoshiyuki Hirano <yhirano@me.com>2017-09-18 09:13:00 +0900
commit0993cbe3e0564c8dfa8b258e3a88059d311a352b (patch)
tree33647bb212856c4f4a62c8f8e408170d740881fb /activestorage
parent37be1cb47755a3d0a02eed12ac8cfb377b172f2d (diff)
downloadrails-0993cbe3e0564c8dfa8b258e3a88059d311a352b.tar.gz
rails-0993cbe3e0564c8dfa8b258e3a88059d311a352b.tar.bz2
rails-0993cbe3e0564c8dfa8b258e3a88059d311a352b.zip
Remove unused require in ActiveStorage::Variation
Diffstat (limited to 'activestorage')
-rw-r--r--activestorage/app/models/active_storage/variation.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/activestorage/app/models/active_storage/variation.rb b/activestorage/app/models/active_storage/variation.rb
index bf269e2a8f..cf04a879eb 100644
--- a/activestorage/app/models/active_storage/variation.rb
+++ b/activestorage/app/models/active_storage/variation.rb
@@ -1,7 +1,5 @@
# frozen_string_literal: true
-require "active_support/core_ext/object/inclusion"
-
# A set of transformations that can be applied to a blob to create a variant. This class is exposed via
# the ActiveStorage::Blob#variant method and should rarely be used directly.
#