我的 Static_pages#home 中出现无方法错误:
未定义的方法“存在吗?” 对于注册表
The little code I'm using it in is:
<% if user_signed_in? && current_user.registry.exists? %>
<%= link_to "Show My Registry", current_user.registry %>
<% else %>
<%= link_to "Create a new registry", new_registry_path %>
<% end %>
我应该在家用控制器中添加一些东西吗?
提前致谢。