aboutsummaryrefslogtreecommitdiffstats
path: root/actioncable/test/subscription_adapter
diff options
context:
space:
mode:
authorEugene Kenny <elkenny@gmail.com>2018-02-25 00:54:27 +0000
committerEugene Kenny <elkenny@gmail.com>2018-02-25 00:54:27 +0000
commiteb834811dc029faa059595e72294d418fb74d0a1 (patch)
tree3f4afdb6d546825aea1e853cbb08a0cb410700d2 /actioncable/test/subscription_adapter
parentefd3338b193da5ae5f0d42c4ad792d65e744428c (diff)
downloadrails-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 'actioncable/test/subscription_adapter')
0 files changed, 0 insertions, 0 deletions