There's no documentation for this item.
Source Code
# File merb.rb, line 82 def load_paths @load_paths ||= [ "/app/models/**/*.rb", "/app/controllers/application.rb", "/app/controllers/**/*.rb", "/app/helpers/**/*.rb", "/app/mailers/**/*.rb", "/app/parts/**/*.rb", "/config/router.rb" ] end
<code/>and<pre/>for code samples.