summaryrefslogtreecommitdiffstats
path: root/lib/redmine/core_ext.rb
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2008-04-26 11:59:51 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2008-04-26 11:59:51 +0000
commita6311a960370af3606ac3a18ce1d45facf318e22 (patch)
tree7fdcff39f4b0a0ffc81d05ccbadc9f82f2a412c4 /lib/redmine/core_ext.rb
parent1d570a40ff1eb51c2a2c7d807c742083c6cfbde6 (diff)
downloadredmine-a6311a960370af3606ac3a18ce1d45facf318e22.tar.gz
redmine-a6311a960370af3606ac3a18ce1d45facf318e22.zip
Estimated time recognizes improved time formats (#1092).
git-svn-id: http://redmine.rubyforge.org/svn/trunk@1361 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'lib/redmine/core_ext.rb')
-rw-r--r--lib/redmine/core_ext.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/redmine/core_ext.rb b/lib/redmine/core_ext.rb
new file mode 100644
index 000000000..573313e74
--- /dev/null
+++ b/lib/redmine/core_ext.rb
@@ -0,0 +1 @@
+Dir[File.dirname(__FILE__) + "/core_ext/*.rb"].each { |file| require(file) }