ActionView::TemplateError (undefined method `project' for nil:NilClass) on
line #113 of app/views/site/dashboard.html.erb:
110:       <ul class="with_icons">
111:         <% @favorites.each do |favorite| %>
112:           <li class="<%= css_classes_for(favorite) -%>">
113:             <%= link_to_watchable(favorite) -%>
114:           </li>
115:         <% end %>
116:         <% if @favorites.blank? -%>

This can maybe help you ?!
It' an error in the production.log !

-- 
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]

Reply via email to