Sha256: 3a2c457c352de8177b9351821efa8dedac40793bb9cf361caecd5eb8eb710399
Contents?: true
Size: 626 Bytes
Versions: 8
Compression:
Stored size: 626 Bytes
Contents
<table id="func_rename_table" border="0" style="margin-left:2em;"> <tr> <th>Func</th> <td><%= text_field_tag '[methods][' + @migration_method.name + '][funcs][][name]', 'rename_table', :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][][new_table_name]', @migration_func.new_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