• # Backtrace

    Posté par (site web personnel) . En réponse à l’entrée du suivi erreur 500 sur le tableau de bord. Évalué à 2 (+0/-0).

    ActionView::Template::Error (undefined method `diary_path' for #<DashboardController:0x00000007fefea0>):
     21: - next if comment.node.nil?
     22: - answer = comment.last_answer
     23: %tr
     24: %td #{translate_content_type comment.content_type}&nbsp;: #{link_to_content comment.content}
     25: %td= link_to comment.title, path_for_content(comment.node.content) + "#comment-#{comment.id}"
     26: %td.date= comment.created_at.to_s(:posted)
     27: %td.number= comment.score
     app/controllers/application_controller.rb:47:in `url_for_content'
     app/controllers/application_controller.rb:55:in `path_for_content'
     app/helpers/node_helper.rb:54:in `link_to_content'
     app/views/dashboard/_comments.html.haml:24:in `block in _app_views_dashboard__comments_html_haml__2606033665264881328_56334640'
     app/views/dashboard/_comments.html.haml:20:in `_app_views_dashboard__comments_html_haml__2606033665264881328_56334640'
     app/views/dashboard/index.html.haml:5:in `_app_views_dashboard_index_html_haml__2036375990352548911_56120480'