instance method
default_load_once_paths
Ruby on Rails 2.2.3
Last seen in v2.2.3 Private — implementation detail, not part of the public APISignature
default_load_once_paths()
Doesn’t matter since plugins aren’t in load_paths yet.
Source
# File railties/lib/initializer.rb, line 911
def default_load_once_paths
[]
end
Defined in railties/lib/initializer.rb line 911
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in Rails::Configuration