| <%= column.human_name %> | <% end %>|||
|---|---|---|---|
| <%=h lesson.send(column.name) %> | <% end %><%= link_to _('Show'), :action => 'show', :id => lesson %> | <%= link_to 'Edit', :action => 'edit', :id => lesson %> | <%= link_to 'Destroy', { :action => 'destroy', :id => lesson }, :confirm => 'Are you sure?', :post => true %> |