How do you add a second column of 'children' without duplicating the 'parent' column entry in Active Admin?
问题 This table, Raw Table with correct output, is the result I am looking for, but how do I translate this block of code into whatever Active Admin /app/admin/postal_code.rb index view requires to output the table correctly. Currently this block is rendered in a partial, /app/views/admin/postalcode/_showtable.html.erb <h1>Postal Code per Region</h1> <table> <tr> <th>Region</th> <th>Postal Code</th> </tr> <% @region.each do |region| %> <tr> <td><%= region.name %></td> <td> <table> <% list =