diff options
-rw-r--r-- | activestorage/lib/active_storage/attached.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/activestorage/lib/active_storage/attached.rb b/activestorage/lib/active_storage/attached.rb index f9c8929c5b..2dbf841864 100644 --- a/activestorage/lib/active_storage/attached.rb +++ b/activestorage/lib/active_storage/attached.rb @@ -1,3 +1,4 @@ +require "action_dispatch" require "action_dispatch/http/upload" require "active_support/core_ext/module/delegation" |