From 66820a4aa70889a02f48eb860727daa31639aab3 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sat, 24 Sep 2005 17:50:07 +0000 Subject: 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 --- activerecord/lib/active_record/schema.rb | 2 -- 1 file changed, 2 deletions(-) (limited to 'activerecord/lib/active_record/schema.rb') 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 -- cgit v1.2.3