aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel
diff options
context:
space:
mode:
authorSantiago Pastorino <santiago@wyeworks.com>2010-06-07 02:39:24 -0300
committerCarl Lerche <carllerche@mac.com>2010-06-06 22:42:28 -0700
commitb3d2080278fc2b17d64010c3bfb149a08583b667 (patch)
treed0d02b4b323890d8d86e5dced29180bf0b1c65fb /activemodel
parent8c7730db02b8a26c318caf98e726ee6e9f39df24 (diff)
downloadrails-b3d2080278fc2b17d64010c3bfb149a08583b667.tar.gz
rails-b3d2080278fc2b17d64010c3bfb149a08583b667.tar.bz2
rails-b3d2080278fc2b17d64010c3bfb149a08583b667.zip
Observing module is using constantize
Diffstat (limited to 'activemodel')
-rw-r--r--activemodel/lib/active_model/observing.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/activemodel/lib/active_model/observing.rb b/activemodel/lib/active_model/observing.rb
index 74a33d45ab..d7e3ca100e 100644
--- a/activemodel/lib/active_model/observing.rb
+++ b/activemodel/lib/active_model/observing.rb
@@ -2,6 +2,7 @@ require 'singleton'
require 'active_support/core_ext/array/wrap'
require 'active_support/core_ext/module/aliasing'
require 'active_support/core_ext/string/inflections'
+require 'active_support/core_ext/string/conversions'
module ActiveModel
module Observing