diff options
author | Carl Lerche <carllerche@mac.com> | 2009-12-31 11:46:56 -0800 |
---|---|---|
committer | Carl Lerche <carllerche@mac.com> | 2009-12-31 11:57:59 -0800 |
commit | a23f4b6aeed6b49f90f5c544c818798840f090b7 (patch) | |
tree | dfbca46ff3d0ca62e781a36549fa57d08943db75 /activerecord/lib | |
parent | 1e41097294b6f966f65909db5c56c9fc21b665f7 (diff) | |
download | rails-a23f4b6aeed6b49f90f5c544c818798840f090b7.tar.gz rails-a23f4b6aeed6b49f90f5c544c818798840f090b7.tar.bz2 rails-a23f4b6aeed6b49f90f5c544c818798840f090b7.zip |
Add a /rails.rb for each framework for consistency
Diffstat (limited to 'activerecord/lib')
-rw-r--r-- | activerecord/lib/active_record/rails.rb | 1 |
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 |