Skip to content

Commit

Permalink
CollecingEvent.cached_display replaced with .cached
Browse files Browse the repository at this point in the history
  • Loading branch information
TuckerJD committed Aug 4, 2014
1 parent ff0d85d commit 29e7fe5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/collecting_events/list.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
<td><%= collecting_event.verbatim_habitat %></td>
<td><%= collecting_event.field_notes %></td>
<td><%= collecting_event.md5_of_verbatim_label %></td>
<td><%= collecting_event.cached_display %></td>
<td><%= collecting_event.cached %></td>
<td><%= collecting_event.created_by_id %></td>
<td><%= collecting_event.updated_by_id %></td>
<td><%= collecting_event.project_id %></td>
Expand Down

0 comments on commit 29e7fe5

Please sign in to comment.