Sets the dependency loading mechanism based on the value of Configuration#cache_classes.
Source Code
# File initializer.rb, line 304 def initialize_dependency_mechanism Dependencies.mechanism = configuration.cache_classes ? :require : :load end
Sets the dependency loading mechanism based on the value of Configuration#cache_classes.
# File initializer.rb, line 304 def initialize_dependency_mechanism Dependencies.mechanism = configuration.cache_classes ? :require : :load end
<code/>and<pre/>for code samples.