Sha256: 0296d9ec85bb32dc30fe964e60071bb689522be8ebbaa46450c98505c74cc9a3
Contents?: true
Size: 757 Bytes
Versions: 8
Compression:
Stored size: 757 Bytes
Contents
<table id="func_rename_index" border="0" style="margin-left:2em;"> <tr> <th>Func</th> <td><%= text_field_tag '[methods][' + @migration_method.name + '][funcs][][name]', 'rename_index', :readonly => true %></td> <td><%= text_field_tag '[methods][' + @migration_method.name + '][funcs][][table_name]', @migration_func.name, :readonly => true %></td> <td><%= text_field_tag '[methods][' + @migration_method.name + '][funcs][][index_name]', @migration_func.index_name %></td> <td><%= text_field_tag '[methods][' + @migration_method.name + '][funcs][][new_index_name]', @migration_func.new_index_name %></td> <td><%= check_box_tag '[methods][' + @migration_method.name + '][funcs][][delete]', true, false %>delete</td> </tr> </table>
Version data entries
8 entries across 8 versions & 1 rubygems