aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/schema.rb
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2008-05-19 21:31:18 +0200
committerXavier Noria <fxn@hashref.com>2008-05-19 21:31:18 +0200
commit78596747bae784196da7a184a33ef5d1b2a94107 (patch)
treeb94130ebf2866af3ffbbfbdeca6ff64fd97366b2 /activerecord/lib/active_record/schema.rb
parent67603693b5933d825fb17036394fe913e6edde8e (diff)
downloadrails-78596747bae784196da7a184a33ef5d1b2a94107.tar.gz
rails-78596747bae784196da7a184a33ef5d1b2a94107.tar.bz2
rails-78596747bae784196da7a184a33ef5d1b2a94107.zip
#method vs +method+ in Active Record
Diffstat (limited to 'activerecord/lib/active_record/schema.rb')
-rw-r--r--activerecord/lib/active_record/schema.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/activerecord/lib/active_record/schema.rb b/activerecord/lib/active_record/schema.rb
index d6b254fcf9..8a32cf1ca2 100644
--- a/activerecord/lib/active_record/schema.rb
+++ b/activerecord/lib/active_record/schema.rb
@@ -30,8 +30,8 @@ module ActiveRecord
# Eval the given block. All methods available to the current connection
# adapter are available within the block, so you can easily use the
- # database definition DSL to build up your schema (#create_table,
- # #add_index, etc.).
+ # database definition DSL to build up your schema (+create_table+,
+ # +add_index+, etc.).
#
# The +info+ hash is optional, and if given is used to define metadata
# about the current schema (currently, only the schema's version):