Method: Rails::Configuration#load_once_paths

Defined in:
lib/initializer.rb

#load_once_pathsObject

An array of paths from which Rails will automatically load from only once. All elements of this array must also be in load_paths.



557
558
559
# File 'lib/initializer.rb', line 557

def load_once_paths
  @load_once_paths
end