aboutsummaryrefslogtreecommitdiffstats
path: root/activestorage/app
diff options
context:
space:
mode:
authorGeorge Claghorn <george.claghorn@gmail.com>2017-09-17 21:07:07 -0400
committerGitHub <noreply@github.com>2017-09-17 21:07:07 -0400
commitf06266761cbecf0fa553fb2a35f62daf8e05c898 (patch)
tree7f48c2a386b33e0979459c25c5487a0a8c577a40 /activestorage/app
parenta714117736530871528857c5adfb5520e387aca5 (diff)
parent0993cbe3e0564c8dfa8b258e3a88059d311a352b (diff)
downloadrails-f06266761cbecf0fa553fb2a35f62daf8e05c898.tar.gz
rails-f06266761cbecf0fa553fb2a35f62daf8e05c898.tar.bz2
rails-f06266761cbecf0fa553fb2a35f62daf8e05c898.zip
Merge pull request #30639 from yhirano55/remove_unused_require_in_activestorage_variation
Remove unused require in ActiveStorage::Variation
Diffstat (limited to 'activestorage/app')
-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.
#