在我的 Rails 应用程序中,我有一行说:
<% if user_signed_in? && Registry.exists?(current_user.registry) %>
我怎样才能做到
if Registry. **does not** exists?(current_user.registry)
提前致谢。
在我的 Rails 应用程序中,我有一行说:
<% if user_signed_in? && Registry.exists?(current_user.registry) %>
我怎样才能做到
if Registry. **does not** exists?(current_user.registry)
提前致谢。