1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Fix missing typewriter tag

This commit is contained in:
Lincoln Lee 2012-10-08 16:50:56 +08:00 committed by Lincoln Lee
parent 5ee013f735
commit 9b1853ee4c

View file

@ -126,7 +126,7 @@ module ActiveRecord
# with the name of the column. Other options include
# <tt>:name</tt>, <tt>:unique</tt> (e.g.
# <tt>{ name: 'users_name_index', unique: true }</tt>) and <tt>:order</tt>
# (e.g. { order: { name: :desc } }</tt>).
# (e.g. <tt>{ order: { name: :desc } }</tt>).
# * <tt>remove_index(table_name, column: column_name)</tt>: Removes the index
# specified by +column_name+.
# * <tt>remove_index(table_name, name: index_name)</tt>: Removes the index