Module: XDR::Namespace
- Extended by:
- ActiveSupport::Concern
- Defined in:
- lib/xdr/namespace.rb
Overview
A thin wrapper around ActiveSupport::Autoload configured to always eager_load a child. By calling ‘load_all!` on the namespace module, all children will be eager loaded, allowing us to more easily operate in a multi-threaded environment.
Defined Under Namespace
Modules: ClassMethods