提交 817ffc08 编写于 作者: E Eugene Kenny

Add missing require to active_storage.rb

Since b21f50d8, requiring active_storage
on its own has failed with the following error:

    activestorage/lib/active_storage.rb:55:in `<module:ActiveStorage>': undefined method `minutes' for 5:Integer (NoMethodError)
上级 0f70b025
......@@ -26,6 +26,7 @@
require "active_record"
require "active_support"
require "active_support/rails"
require "active_support/core_ext/numeric/time"
require "active_storage/version"
require "active_storage/errors"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册