app/controllers/devise/invitations_controller.rb in devise_invitable-1.1.0 vs app/controllers/devise/invitations_controller.rb in devise_invitable-1.1.1
- old
+ new
@@ -56,15 +56,7 @@
build_resource
set_flash_message :alert, :no_invitations_remaining
respond_with_navigational(resource) { render :new }
end
end
-
- def after_invite_path_for(resource)
- after_sign_in_path_for(resource)
- end
-
- def after_accept_path_for(resource)
- after_sign_in_path_for(resource)
- end
end