From 5bfff1de54de363d0982e63d15e70f1568744238 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Mendon=C3=A7a=20Fran=C3=A7a?= Date: Thu, 3 Aug 2017 17:02:43 -0400 Subject: We need to require the top file before individual one --- activestorage/lib/active_storage/attached.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'activestorage') 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" -- cgit v1.2.3