small fix for category

This commit is contained in:
Harry Bomrah 2015-12-30 00:20:30 +08:00
parent 124cfd54cf
commit 34a7be8517
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@
</ul>
</div>
</td>
<td><%= course.course_category.title %></td>
<td><%= course.course_category.title rescue "" %></td>
</tr>
<% end %>
</tbody>