我在 application 的 layout 中有如下代码
<%= link_to "Sign up", new_user_registration_path %>
关闭 devise 注册功能后,重启了服务,打开首页报错:
undefined local variable or method `new_user_registration_path'
我知道这是由于关闭了 devise 的注册造成的,现在请给个解决办法。
理想的思路是,求个检测 devise 的注册功能是否开启的方法。