【发布时间】:2010-10-11 11:31:46
【问题描述】:
我使用 Ruby On Rails 并设计 gem。
我想在注册后重定向用户,但在设计中我只能在登录后重定向(http://github.com/plataformatec/devise/wiki/How-To:-Redirect-to-a-specific-page-on -成功登录)。
【问题讨论】:
标签: ruby-on-rails
我使用 Ruby On Rails 并设计 gem。
我想在注册后重定向用户,但在设计中我只能在登录后重定向(http://github.com/plataformatec/devise/wiki/How-To:-Redirect-to-a-specific-page-on -成功登录)。
【问题讨论】:
标签: ruby-on-rails
关注this wiki page,但不要定义after_update_path_for,而是定义after_inactive_sign_up_path_for。
查看原文registrations_controller了解更多信息和方法。
【讨论】: