Sha256: 0ce826aa14a411b5b8604b9f4c397daa2adde527cb18fc5360c943335dd86be9
Contents?: true
Size: 505 Bytes
Versions: 8
Compression:
Stored size: 505 Bytes
Contents
<table id="func_drop_table" border="0" style="margin-left:2em;"> <tr> <th width="80em">Func</th> <td><%= text_field_tag '[methods][' + @migration_method.name + '][funcs][][name]', 'drop_table', :readonly => true %></td> <td><%= text_field_tag '[methods][' + @migration_method.name + '][funcs][][table_name]', @migration_func.name, :readonly => true %></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