aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2017-07-24 14:22:59 -0500
committerDavid Heinemeier Hansson <david@loudthinking.com>2017-07-24 14:22:59 -0500
commit20effee5671d76875c050e3d9e91ff60fa181a91 (patch)
tree9b0522bc3b5c85a0c2470b012773dd81eec962d6 /lib
parent0e9eb11772ec74cc4b27761d4611c73b66063db5 (diff)
downloadrails-20effee5671d76875c050e3d9e91ff60fa181a91.tar.gz
rails-20effee5671d76875c050e3d9e91ff60fa181a91.tar.bz2
rails-20effee5671d76875c050e3d9e91ff60fa181a91.zip
Models are autoloaded per engine standards
Diffstat (limited to 'lib')
-rw-r--r--lib/active_storage.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/active_storage.rb b/lib/active_storage.rb
index 9cccc4ddd1..4466aea1ee 100644
--- a/lib/active_storage.rb
+++ b/lib/active_storage.rb
@@ -27,7 +27,7 @@ require "active_storage/engine"
module ActiveStorage
extend ActiveSupport::Autoload
- autoload :Blob
+ autoload :Attached
autoload :Service
mattr_accessor :verifier