aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/multibyte
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2009-05-18 15:01:13 -0700
committerJeremy Kemper <jeremy@bitsweat.net>2009-05-18 15:01:13 -0700
commit41e9414b60e8d042bacf2f8d61d7efc07111417a (patch)
tree5344fc0e2c64ade90d781cac907f007d758f2017 /activesupport/lib/active_support/multibyte
parent29550cc91f8dcbfe3e4020986d719c77ddd2f14d (diff)
downloadrails-41e9414b60e8d042bacf2f8d61d7efc07111417a.tar.gz
rails-41e9414b60e8d042bacf2f8d61d7efc07111417a.tar.bz2
rails-41e9414b60e8d042bacf2f8d61d7efc07111417a.zip
Include acts_as_string?
Diffstat (limited to 'activesupport/lib/active_support/multibyte')
-rw-r--r--activesupport/lib/active_support/multibyte/chars.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/activesupport/lib/active_support/multibyte/chars.rb b/activesupport/lib/active_support/multibyte/chars.rb
index 60f082bcc1..96ed35f0e0 100644
--- a/activesupport/lib/active_support/multibyte/chars.rb
+++ b/activesupport/lib/active_support/multibyte/chars.rb
@@ -1,4 +1,5 @@
# encoding: utf-8
+require 'active_support/core_ext/string/behavior'
module ActiveSupport #:nodoc:
module Multibyte #:nodoc: