aboutsummaryrefslogtreecommitdiffstats
path: root/lib/active_storage.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/active_storage.rb')
-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 f72fe0d017..8b867f0145 100644
--- a/lib/active_storage.rb
+++ b/lib/active_storage.rb
@@ -1,5 +1,5 @@
require "active_record"
-require "active_storage/railtie" if defined?(Rails)
+require "active_storage/engine" if defined?(Rails)
module ActiveStorage
extend ActiveSupport::Autoload