Method: Figgy::Configuration#preload

Defined in:
lib/figgy/configuration.rb

#preloadObject

Note:

This does not prevent :always_reload from working.

Whether to load all configuration files upon creation



14
15
16
# File 'lib/figgy/configuration.rb', line 14

def preload
  @preload
end