aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/schema.rb
diff options
context:
space:
mode:
authorAaron Patterson <aaron.patterson@gmail.com>2010-08-05 08:15:07 -0700
committerAaron Patterson <aaron.patterson@gmail.com>2010-08-05 08:15:22 -0700
commit1ca18a6f858a257cf495e9dec7573374b1f3b01e (patch)
tree65e7bfdb5f2c59297acd33c52a48498b9159f8a0 /activerecord/lib/active_record/schema.rb
parent8a657c0dc7e914111521eab1b0e69c20e57a8b3d (diff)
downloadrails-1ca18a6f858a257cf495e9dec7573374b1f3b01e.tar.gz
rails-1ca18a6f858a257cf495e9dec7573374b1f3b01e.tar.bz2
rails-1ca18a6f858a257cf495e9dec7573374b1f3b01e.zip
fixing whitespace errors
Diffstat (limited to 'activerecord/lib/active_record/schema.rb')
-rw-r--r--activerecord/lib/active_record/schema.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/lib/active_record/schema.rb b/activerecord/lib/active_record/schema.rb
index e2783087ec..c1bc3214ea 100644
--- a/activerecord/lib/active_record/schema.rb
+++ b/activerecord/lib/active_record/schema.rb
@@ -2,7 +2,7 @@ require 'active_support/core_ext/object/blank'
module ActiveRecord
# = Active Record Schema
- #
+ #
# Allows programmers to programmatically define a schema in a portable
# DSL. This means you can define tables, indexes, etc. without using SQL
# directly, so your applications can more easily support multiple