Skip to content

Commit b24e563

Browse files
hasarindaKIsfnelson
authored andcommitted
Add support for eager-loading kpop
* On the Kpop::Engine we have set `config.eager_load_namespaces << Katalyst::Kpop` which requires `Katalyst::Kpop` module to include `eager_load!` method, provided by extending `ActiveSupport::Autoload`
1 parent 2928cdc commit b24e563

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/katalyst/kpop.rb

+1
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,6 @@
88

99
module Katalyst
1010
module Kpop
11+
extend ActiveSupport::Autoload
1112
end
1213
end

0 commit comments

Comments
 (0)