我正在处理与电子邮件通知相关的diaspora *问题:
这是我对侨民的拉动请求*:https://github.com/diaspora/diaspora/pull/4508
链接到我的Github回购:https://github.com/railsgirls-generator-app/diaspora/tree/4266-remove-content-from-email-notifications
This行会出错:
ActionView::Template::Error (undefined local variable or method `check_public' for #<#<Class:0xd1e5638>:0xb5081bf4>):
1: <% ispublic = check_public(@notification.post) %>
2: <% if ispublic == true %>
3: <%= comment_message(@notification.comment, :process_newlines => true) %>
4:
app/views/notifier/comment_on_post.markerb:1:in `_app_views_notifier_comment_on_post_markerb__51526760__628881328'
如何解决此问题?
答案 0 :(得分:0)
我只是猜测,因为我必须更好地了解代码库才能真正理解这个问题。
我能从中看到的一切:
check_public
check_public
在app/helpers/notifier_helper.rb
所以我想在NotifierHelper
中包含CommentOnPost
可以解决问题。