错误如下:
NoMethodError in Videos#feed_display
Showing /rubyprograms/dreamstill/app/views/videos/feed_display.html.erb where line #6 raised:
undefined method `user_id' for #<User:0x1034cb068>
它指的是这一行:
<%= render_timeline current_user.recent_events %>
如果我能回忆起你的上一期,我建议插入user_id
,这似乎需要#{id}
?
在你的代码中潜伏着u.user_id
而不是u.id
。