Fix missing closing rdoc tag [ci skip]

This commit is contained in:
Carlos Antonio da Silva 2013-12-16 11:14:54 -02:00
parent bd66532ae4
commit 4b4aeabb36

@ -131,7 +131,7 @@ def column_exists?(table_name, column_name, type = nil, options = {})
# [<tt>:force</tt>]
# Set to true to drop the table before creating it.
# Defaults to false.
# [<tt>:as]
# [<tt>:as</tt>]
# SQL to use to generate the table. When this option is used, the block is
# ignored, as are the <tt>:id</tt> and <tt>:primary_key</tt> options.
#