Skip to content

Commit

Permalink
Observing module is using constantize
Browse files Browse the repository at this point in the history
  • Loading branch information
spastorino authored and Carl Lerche committed Jun 7, 2010
1 parent 8c7730d commit b3d2080
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions activemodel/lib/active_model/observing.rb
Expand Up @@ -2,6 +2,7 @@
require 'active_support/core_ext/array/wrap' require 'active_support/core_ext/array/wrap'
require 'active_support/core_ext/module/aliasing' require 'active_support/core_ext/module/aliasing'
require 'active_support/core_ext/string/inflections' require 'active_support/core_ext/string/inflections'
require 'active_support/core_ext/string/conversions'


module ActiveModel module ActiveModel
module Observing module Observing
Expand Down

0 comments on commit b3d2080

Please sign in to comment.