1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Remove unused require in ActiveStorage::Variation

This commit is contained in:
Yoshiyuki Hirano 2017-09-18 09:13:00 +09:00
parent 37be1cb477
commit 0993cbe3e0

View file

@ -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.
#