Sha256: e0f937a2547d3c7eb6f49fd7159805f17fffc62d6dbf0ddeccb7900529f08f64

Contents?: true

Size: 184 Bytes

Versions: 5

Compression:

Stored size: 184 Bytes

Contents

# frozen_string_literal: true

class User::PasswordsController < Devise::PasswordsController
  private

  def after_resetting_password_path_for(_resource)
    user_root_path
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
cybele-2.3.2 templates/app_files/app/controllers/user/passwords_controller.rb
cybele-2.3.1 templates/app_files/app/controllers/user/passwords_controller.rb
cybele-2.2.0 templates/app_files/app/controllers/user/passwords_controller.rb
cybele-2.1.0 templates/app_files/app/controllers/user/passwords_controller.rb
cybele-2.0.0 templates/app_files/app/controllers/user/passwords_controller.rb