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 @ 1298:4f746d8966dd
History | View | Annotate | Download (77 Bytes)
| 1 |
Dir[File.dirname(__FILE__) + "/core_ext/*.rb"].each { |file| require(file) } |
|---|