<h2>GlossaryTermsController#index</h2>
<table>
<thead>
<tr>
<td>name</td>
<td>description</td>
</tr>
</thead>
<tbody>
<% @glossary_terms.each do |term| %>
<td>
<%= term.name %>
</td>
<%= term.description %>
<% end %>
</tbody>
</table>