aboutsummaryrefslogtreecommitdiffstats
path: root/activeresource/lib/active_resource/validations.rb
diff options
context:
space:
mode:
authorJoshua Peek <josh@joshpeek.com>2009-06-08 20:48:14 -0500
committerJoshua Peek <josh@joshpeek.com>2009-06-08 20:48:14 -0500
commit0b694a4ff41dbb7f64b6ea4cb088c2c2ba26b569 (patch)
treebfbaa2c0b2d6ff0b9e4eda0684f9c7bd2d48d89d /activeresource/lib/active_resource/validations.rb
parent28f36279cd484dc66b8b0ca2f0c3d75fd9ac631c (diff)
downloadrails-0b694a4ff41dbb7f64b6ea4cb088c2c2ba26b569.tar.gz
rails-0b694a4ff41dbb7f64b6ea4cb088c2c2ba26b569.tar.bz2
rails-0b694a4ff41dbb7f64b6ea4cb088c2c2ba26b569.zip
Setup ActiveResource autoloads
Diffstat (limited to 'activeresource/lib/active_resource/validations.rb')
-rw-r--r--activeresource/lib/active_resource/validations.rb5
1 files changed, 0 insertions, 5 deletions
diff --git a/activeresource/lib/active_resource/validations.rb b/activeresource/lib/active_resource/validations.rb
index 95c5467647..e029076079 100644
--- a/activeresource/lib/active_resource/validations.rb
+++ b/activeresource/lib/active_resource/validations.rb
@@ -1,4 +1,3 @@
-require 'active_resource/exceptions'
require 'active_support/core_ext/array/wrap'
module ActiveResource
@@ -80,8 +79,4 @@ module ActiveResource
@errors ||= Errors.new(self)
end
end
-
- class Base
- include Validations
- end
end