diff options
Diffstat (limited to 'activestorage/lib')
-rw-r--r-- | activestorage/lib/active_storage/attached.rb | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/activestorage/lib/active_storage/attached.rb b/activestorage/lib/active_storage/attached.rb index 4644d74bcc..f9c8929c5b 100644 --- a/activestorage/lib/active_storage/attached.rb +++ b/activestorage/lib/active_storage/attached.rb @@ -1,6 +1,3 @@ -require "active_storage/blob" -require "active_storage/attachment" - require "action_dispatch/http/upload" require "active_support/core_ext/module/delegation" |