申し訳ありませんが、エラーが見つかりません。ここに私の registrations_controller.rb コードがあります:
class RegistrationsController < Devise::RegistrationsController
protected
def after_sign_up_path_for(resource)
edit_user_registration_path(current_user)
end
end
私のルートで:
devise_for :users, :controllers => { :registrations => "registrations" }
そして、リダイレクトが機能しません...