publiclab / blurred-location

A JavaScript library to help manage variable location privacy through a "blurred location" model
GNU General Public License v3.0
4 stars 1 forks source link

ActionView::Template::Error: undefined method `comments_viewable_by' for #<Node:0x00007fa5a9af7228> #9

Closed sentry-io[bot] closed 4 years ago

sentry-io[bot] commented 4 years ago

Sentry Issue: PLOTS2-KA

NoMethodError: undefined method `comments_viewable_by' for #<Node:0x00007fa5a9af7228>
Did you mean?  comment_was
  app/views/notes/_comments.html.erb:3:in `_app_views_notes__comments_html_erb___3515211251112713606_70175431869540'
    <% comments = @node.comments_viewable_by(current_user) %>
  app/views/notes/show.html.erb:112:in `_app_views_notes_show_html_erb___348918941201851984_70175028245760'
    <div><%= render partial: "notes/comments" %></div>
...
(156 additional frame(s) were not displayed)

ActionView::Template::Error: undefined method `comments_viewable_by' for #<Node:0x00007fa5a9af7228>
Did you mean?  comment_was