diff options
author | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2017-08-03 17:02:43 -0400 |
---|---|---|
committer | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2017-08-03 17:02:43 -0400 |
commit | 5bfff1de54de363d0982e63d15e70f1568744238 (patch) | |
tree | 7823adbd089651d4896b6f887e5176d02f31654f | |
parent | f601a01b2cb4c6c0b9f6397874c2998810993bed (diff) | |
download | rails-5bfff1de54de363d0982e63d15e70f1568744238.tar.gz rails-5bfff1de54de363d0982e63d15e70f1568744238.tar.bz2 rails-5bfff1de54de363d0982e63d15e70f1568744238.zip |
We need to require the top file before individual one
-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" |