From 3b1c69d2dd2b24a29e4443d7dc481589320a3f3e Mon Sep 17 00:00:00 2001 From: Xavier Noria Date: Sun, 28 Mar 2010 12:43:20 +0200 Subject: adds a few requires in active_model/dirty.rb [#4284 state:committed] --- activemodel/lib/active_model/dirty.rb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'activemodel/lib/active_model/dirty.rb') diff --git a/activemodel/lib/active_model/dirty.rb b/activemodel/lib/active_model/dirty.rb index cb67ef7270..2d5acdfced 100644 --- a/activemodel/lib/active_model/dirty.rb +++ b/activemodel/lib/active_model/dirty.rb @@ -1,4 +1,7 @@ +require 'active_model/attribute_methods' +require 'active_support/concern' require 'active_support/hash_with_indifferent_access' +require 'active_support/core_ext/object/duplicable' module ActiveModel # ActiveModel::Dirty provides a way to track changes in your -- cgit v1.2.3