1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/lib/active_storage.rb
David Heinemeier Hansson c624df326a ActiveVault -> ActiveStorage
Yaroslav agreed to hand over the gem name ❤️
2017-07-06 11:33:29 +02:00

9 lines
170 B
Ruby

require "active_record"
require "active_storage/railtie" if defined?(Rails)
module ActiveStorage
extend ActiveSupport::Autoload
autoload :Blob
autoload :Site
end