diff options
author | Eugene Kenny <elkenny@gmail.com> | 2018-02-25 00:54:27 +0000 |
---|---|---|
committer | Eugene Kenny <elkenny@gmail.com> | 2018-02-25 00:54:27 +0000 |
commit | eb834811dc029faa059595e72294d418fb74d0a1 (patch) | |
tree | 3f4afdb6d546825aea1e853cbb08a0cb410700d2 /railties/test/isolation/abstract_unit.rb | |
parent | efd3338b193da5ae5f0d42c4ad792d65e744428c (diff) | |
download | rails-eb834811dc029faa059595e72294d418fb74d0a1.tar.gz rails-eb834811dc029faa059595e72294d418fb74d0a1.tar.bz2 rails-eb834811dc029faa059595e72294d418fb74d0a1.zip |
Use lazy load hook to configure ActiveStorage::Blob
`to_prepare` callbacks are run during initialization; using one here
meant that `ActiveStorage::Blob` would be loaded when the app boots,
which would in turn load `ActiveRecord::Base`.
By using a lazy load hook to configure `ActiveStorage::Blob` instead,
we can avoid loading `ActiveRecord::Base` unnecessarily.
Diffstat (limited to 'railties/test/isolation/abstract_unit.rb')
0 files changed, 0 insertions, 0 deletions