view lib/redmine/core_ext/.svn/text-base/string.rb.svn-base @ 618:18e0709fd0d9 feature_36

changed the radio buttons to "hand made tags" so that the labels are correct.
author luisf <luis.figueira@eecs.qmul.ac.uk>
date Wed, 24 Aug 2011 12:33:43 +0100
parents 513646585e45
children
line wrap: on
line source
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