Merge branch 'master' of github.com:zyphlar/Open-Source-Access-Control-Web-Interface

This commit is contained in:
2014-03-02 19:42:10 -07:00
2 changed files with 2 additions and 2 deletions

View File

@@ -13,7 +13,7 @@
<th></th>
</tr>
<% @contracts.sort_by{|r| [r.last_name] }.each do |contract| %>
<% @contracts.sort_by{|r| (r.last_name) || "" }.each do |contract| %>
<tr>
<td>
<% unless contract.document.blank? %>