我需要以这样的方式推翻设计,即当用户签署或登录时,将他转至<代码>show_home_url而不是root_path(home#index)
。 但我不清楚的是,在签署_up_path_for或之后,在_inactive_sign_up_path_for
上,<> 我们需要的是。 另外,任何人都能够告诉我如何执行? i 身处废墟。 http://github.com/plataformatec/devise/blob/master/app/ Controllers/devise/ Registrations_ Controller.rb”rel=“nofollow” D. 发展登记控制器 非常感谢。
class RegistrationsController < Devise::RegistrationsController
def after_inactive_sign_up_path_for( resource)
end
def after_sign_up_path_for(resource)
end
end