To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.
root / lib / redmine / core_ext.rb @ 1568:bc47b68a9487
History | View | Annotate | Download (77 Bytes)
| 1 | 0:513646585e45 | Chris | Dir[File.dirname(__FILE__) + "/core_ext/*.rb"].each { |file| require(file) } |
|---|