aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/schema_dumper.rb
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2005-09-25 09:14:58 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2005-09-25 09:14:58 +0000
commitb2b0ace0584dcde4d6f5cb48c9ba235ef6d02f1b (patch)
tree66b07fe16ca94e183a272b15bef6d65c76883e08 /activerecord/lib/active_record/schema_dumper.rb
parent6720efb8e33bb45d502cafc4d84da1ff9a5b5eeb (diff)
downloadrails-b2b0ace0584dcde4d6f5cb48c9ba235ef6d02f1b.tar.gz
rails-b2b0ace0584dcde4d6f5cb48c9ba235ef6d02f1b.tar.bz2
rails-b2b0ace0584dcde4d6f5cb48c9ba235ef6d02f1b.zip
Okay, you can have an extra space
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2330 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activerecord/lib/active_record/schema_dumper.rb')
-rw-r--r--activerecord/lib/active_record/schema_dumper.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/activerecord/lib/active_record/schema_dumper.rb b/activerecord/lib/active_record/schema_dumper.rb
index ec5e2f12d5..592b2a7068 100644
--- a/activerecord/lib/active_record/schema_dumper.rb
+++ b/activerecord/lib/active_record/schema_dumper.rb
@@ -33,6 +33,7 @@ module ActiveRecord
# then regenerate this schema definition.
ActiveRecord::Schema.define(#{define_params}) do
+
HEADER
end