Closed tgwizard closed 11 months ago
Adding Phonelib.eager_load! and adding Phonelib to Rails.application.config.eager_load_namespaces means that in Rails environments that are configured to eager load, Phonelib's data.
Phonelib.eager_load!
Phonelib
Rails.application.config.eager_load_namespaces
I've tested this in a Rails app and it seems to work.
@tgwizard thanks
Adding
Phonelib.eager_load!
and addingPhonelib
toRails.application.config.eager_load_namespaces
means that in Rails environments that are configured to eager load, Phonelib's data.I've tested this in a Rails app and it seems to work.