summaryrefslogtreecommitdiffstats
path: root/lib/redmine/core_ext/string.rb
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2009-08-17 16:32:24 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2009-08-17 16:32:24 +0000
commite10577e9ed482433ad1d80b321b89e8cc72f4c1c (patch)
tree9e9b8a9200f449d4cc3edd9b1df4a3826d8ef1e7 /lib/redmine/core_ext/string.rb
parenta4d7a03b142889510c910cfb983a818f61653c11 (diff)
downloadredmine-e10577e9ed482433ad1d80b321b89e8cc72f4c1c.tar.gz
redmine-e10577e9ed482433ad1d80b321b89e8cc72f4c1c.zip
SCM:
* Fixes file log for non-Git repositories (Repository#latest_changesets ignores path argument) * No longer used Repository#changesets_for_path method removed git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2844 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'lib/redmine/core_ext/string.rb')
-rw-r--r--lib/redmine/core_ext/string.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/redmine/core_ext/string.rb b/lib/redmine/core_ext/string.rb
index ce2646fb9..2da5ffef9 100644
--- a/lib/redmine/core_ext/string.rb
+++ b/lib/redmine/core_ext/string.rb
@@ -1,5 +1,7 @@
require File.dirname(__FILE__) + '/string/conversions'
+require File.dirname(__FILE__) + '/string/inflections'
class String #:nodoc:
include Redmine::CoreExtensions::String::Conversions
+ include Redmine::CoreExtensions::String::Inflections
end