diff options
author | Jeremy Kemper <jeremy@bitsweat.net> | 2009-05-18 15:01:13 -0700 |
---|---|---|
committer | Jeremy Kemper <jeremy@bitsweat.net> | 2009-05-18 15:01:13 -0700 |
commit | 41e9414b60e8d042bacf2f8d61d7efc07111417a (patch) | |
tree | 5344fc0e2c64ade90d781cac907f007d758f2017 /activesupport | |
parent | 29550cc91f8dcbfe3e4020986d719c77ddd2f14d (diff) | |
download | rails-41e9414b60e8d042bacf2f8d61d7efc07111417a.tar.gz rails-41e9414b60e8d042bacf2f8d61d7efc07111417a.tar.bz2 rails-41e9414b60e8d042bacf2f8d61d7efc07111417a.zip |
Include acts_as_string?
Diffstat (limited to 'activesupport')
-rw-r--r-- | activesupport/lib/active_support/multibyte/chars.rb | 1 |
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: |