aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
diff options
context:
space:
mode:
authorCarl Lerche <carllerche@mac.com>2009-12-31 11:46:56 -0800
committerCarl Lerche <carllerche@mac.com>2009-12-31 11:57:59 -0800
commita23f4b6aeed6b49f90f5c544c818798840f090b7 (patch)
treedfbca46ff3d0ca62e781a36549fa57d08943db75 /activerecord
parent1e41097294b6f966f65909db5c56c9fc21b665f7 (diff)
downloadrails-a23f4b6aeed6b49f90f5c544c818798840f090b7.tar.gz
rails-a23f4b6aeed6b49f90f5c544c818798840f090b7.tar.bz2
rails-a23f4b6aeed6b49f90f5c544c818798840f090b7.zip
Add a /rails.rb for each framework for consistency
Diffstat (limited to 'activerecord')
-rw-r--r--activerecord/lib/active_record/rails.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/activerecord/lib/active_record/rails.rb b/activerecord/lib/active_record/rails.rb
index a13bd2a5da..8e9ba041fd 100644
--- a/activerecord/lib/active_record/rails.rb
+++ b/activerecord/lib/active_record/rails.rb
@@ -2,6 +2,7 @@
# rails, so let's make sure that it gets required before
# here. This is needed for correctly setting up the middleware.
# In the future, this might become an optional require.
+require "active_record"
require "action_controller/rails"
module ActiveRecord