github上的代码:https ://github.com/Youngv/bbs
提取的源代码(在第 6 行附近):
3: <% @posts.each do |post| %>
4: <div class="post-line">
5: <div class="title">
6: <%= link_to post.title, post %>
7: </div>
8: <div class="info">
9: <% if !post.user.blank? %>
在服务器中显示:ActionView::Template::Error (undefined method 'gsub' for nil:NilClass)
我的代码中没有“gsub”,但出现了这个问题,我该如何更改代码?