object nil? in calendar view

This commit is contained in:
Andreas Stephanides
2013-11-27 15:55:13 +01:00
parent 3ac0ef675b
commit 14fe56d59a
2 changed files with 14 additions and 3 deletions

View File

@@ -24,7 +24,7 @@
</div>
<div class="row-fluid">
<%= calendar @calendar.calentries do |entry| %>
<div><%= link_to entry.name.to_s, polymorphic_path(entry.object) %></div>
<div><%= link_to entry.name.to_s, polymorphic_path(entry.try(:object)) unless entry.object.nil? %></div>
<% end %>
</div>
<div class="row-fluid">