We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e97b8cb + 031b62c commit ad9290dCopy full SHA for ad9290d
activerecord/lib/active_record/migration.rb
@@ -138,8 +138,8 @@ def initialize
138
# <tt>:name</tt>, <tt>:unique</tt> (e.g.
139
# <tt>{ name: 'users_name_index', unique: true }</tt>) and <tt>:order</tt>
140
# (e.g. <tt>{ order: { name: :desc } }</tt>).
141
- # * <tt>remove_index(table_name, column: column_name)</tt>: Removes the index
142
- # specified by +column_name+.
+ # * <tt>remove_index(table_name, column: column_names)</tt>: Removes the index
+ # specified by +column_names+.
143
# * <tt>remove_index(table_name, name: index_name)</tt>: Removes the index
144
# specified by +index_name+.
145
# * <tt>add_reference(:table_name, :reference_name)</tt>: Adds a new column
0 commit comments