Changeset 1298

Show
Ignore:
Timestamp:
01/14/08 06:47:48 (9 months ago)
Author:
iv..@gweezlebur.com
Message:

Make Merb.load_paths modifiable

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lib/merb.rb

    r1268 r1298  
    8080                 
    8181                def load_paths 
    82                         [ "/app/models/**/*.rb", 
     82                        @load_paths ||= [ "/app/models/**/*.rb", 
    8383                                "/app/controllers/application.rb", 
    8484                                "/app/controllers/**/*.rb",