static public Method

Merb.load_paths

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
Comments

Have your say
Please use Textile formatting (click here for a cheat sheet). Use <code/> and <pre/> for code samples.
Click here to login with OpenID to to post comments.