Sha256: aff602ae7bce0b25a29f7e3a311f397442636ad9baa0f39df188175dab290bed
Contents?: true
Size: 240 Bytes
Versions: 97
Compression:
Stored size: 240 Bytes
Contents
<% for column in MenuItem.content_columns %> <p> <b><%= column.human_name %>:</b> <%=h @menu_item.send(column.name) %> </p> <% end %> <%= link_to 'Edit', :action => 'edit', :id => @menu_item %> | <%= link_to 'Back', :action => 'list' %>
Version data entries
97 entries across 97 versions & 2 rubygems