Sha256: 39a4187f33950126548bf8a2add65a469cfbc9d3b6298543f5e9765272abb020
Contents?: true
Size: 646 Bytes
Versions: 8
Compression:
Stored size: 646 Bytes
Contents
<table border="0"> <tr> <th width="80em">Class</th> <td><%= text_field_tag :class_name, @migration_class.name %></td> <th width="80em">Parerent</th> <td><%= text_field_tag :parent_name, @migration_class.parent, :size => '40em' %></td> </tr> <tr> <td colspan="4"> <% m_check = Array.new %> <% @migration_class.methods.each do |key, val| %> <%= show_method val %> <% m_check << key %> <% end %> <% MigrationDefs::MethodName.each do |mn| %> <%= show_disabled_method MigrationDefs::MigrationMethod.new mn if !m_check.include?(mn) %> <% end %> </td> </tr> </table>
Version data entries
8 entries across 8 versions & 1 rubygems