aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/schema.rb
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2005-09-24 17:50:07 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2005-09-24 17:50:07 +0000
commit66820a4aa70889a02f48eb860727daa31639aab3 (patch)
treeac53545c28d45e612ac9e8f3eac47e60a98732d1 /activerecord/lib/active_record/schema.rb
parent6d336753b9535617de105ef5494ffc3199d079b3 (diff)
downloadrails-66820a4aa70889a02f48eb860727daa31639aab3.tar.gz
rails-66820a4aa70889a02f48eb860727daa31639aab3.tar.bz2
rails-66820a4aa70889a02f48eb860727daa31639aab3.zip
Just include activerecord/schema with AR so it doesnt need to be dumped
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2322 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activerecord/lib/active_record/schema.rb')
-rw-r--r--activerecord/lib/active_record/schema.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/activerecord/lib/active_record/schema.rb b/activerecord/lib/active_record/schema.rb
index 1cb4aec3c8..e25385bf06 100644
--- a/activerecord/lib/active_record/schema.rb
+++ b/activerecord/lib/active_record/schema.rb
@@ -1,5 +1,4 @@
module ActiveRecord
-
class Schema < Migration #:nodoc:
private_class_method :new
@@ -19,5 +18,4 @@ module ActiveRecord
end
end
end
-
end