Working around temporary lack of last names in users

This commit is contained in:
2014-03-02 19:39:04 -07:00
parent cac59e9de5
commit e8ef430733
2 changed files with 2 additions and 2 deletions

View File

@@ -12,7 +12,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>
<%= contract.last_name %>,