我在设计中使用了这个代码块,来自https://coderwall.com/p/djgkag,在成功登录后返回他们来自的用户:
def after_sign_in_path_for(resource_or_scope)
session.fetch 'user_return_to', user_path
end
但我收到一条错误消息:
NameError in SessionsController#create undefined local variable or method `user_path' for #
我将如何定义 user_path?或者我将如何更换它?我已经运行了 rake 路线,但它确实不存在。