aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/lib/active_model.rb
diff options
context:
space:
mode:
authorJosé Valim <jose.valim@gmail.com>2009-08-13 10:27:53 +0200
committerJosé Valim <jose.valim@gmail.com>2009-08-13 10:27:53 +0200
commit8692b11e81ab2df2e4122c2f47d91e5eaaf508f2 (patch)
tree695173d98666ddf3554ee380849a750d353d3314 /activemodel/lib/active_model.rb
parent4f9047ecc8f0e2c3d4491bae0051679569da71dc (diff)
parentf413a703ba5bcf4b369932ae805615c4a34d34cb (diff)
downloadrails-8692b11e81ab2df2e4122c2f47d91e5eaaf508f2.tar.gz
rails-8692b11e81ab2df2e4122c2f47d91e5eaaf508f2.tar.bz2
rails-8692b11e81ab2df2e4122c2f47d91e5eaaf508f2.zip
Merge branch 'master' of git://github.com/rails/rails
Diffstat (limited to 'activemodel/lib/active_model.rb')
-rw-r--r--activemodel/lib/active_model.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/activemodel/lib/active_model.rb b/activemodel/lib/active_model.rb
index 9bb4cf8b54..b24a929ff5 100644
--- a/activemodel/lib/active_model.rb
+++ b/activemodel/lib/active_model.rb
@@ -29,6 +29,7 @@ module ActiveModel
autoload :AttributeMethods, 'active_model/attribute_methods'
autoload :Conversion, 'active_model/conversion'
autoload :DeprecatedErrorMethods, 'active_model/deprecated_error_methods'
+ autoload :Dirty, 'active_model/dirty'
autoload :Errors, 'active_model/errors'
autoload :Name, 'active_model/naming'
autoload :Naming, 'active_model/naming'