aboutsummaryrefslogtreecommitdiffstats
path: root/activeresource/lib/active_resource/connection.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/connection.rb
parent28f36279cd484dc66b8b0ca2f0c3d75fd9ac631c (diff)
downloadrails-0b694a4ff41dbb7f64b6ea4cb088c2c2ba26b569.tar.gz
rails-0b694a4ff41dbb7f64b6ea4cb088c2c2ba26b569.tar.bz2
rails-0b694a4ff41dbb7f64b6ea4cb088c2c2ba26b569.zip
Setup ActiveResource autoloads
Diffstat (limited to 'activeresource/lib/active_resource/connection.rb')
-rw-r--r--activeresource/lib/active_resource/connection.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/activeresource/lib/active_resource/connection.rb b/activeresource/lib/active_resource/connection.rb
index 6661469c5b..fb3fde59d6 100644
--- a/activeresource/lib/active_resource/connection.rb
+++ b/activeresource/lib/active_resource/connection.rb
@@ -1,5 +1,3 @@
-require 'active_resource/exceptions'
-require 'active_resource/formats'
require 'active_support/core_ext/benchmark'
require 'net/https'
require 'date'