Sha256: 7c1296f3c34e810246fd06baf36bcc35322340c2728db13a6eb34096241e30d1

Contents?: true

Size: 657 Bytes

Versions: 27

Compression:

Stored size: 657 Bytes

Contents

# frozen_string_literal: true

class Ibrain::Auth::PasswordsController < Devise::PasswordsController
  # GET /resource/password/new
  # def new
  #   super
  # end

  # POST /resource/password
  # def create
  #   super
  # end

  # GET /resource/password/edit?reset_password_token=abcdef
  # def edit
  #   super
  # end

  # PUT /resource/password
  # def update
  #   super
  # end

  # protected

  # def after_resetting_password_path_for(resource)
  #   super(resource)
  # end

  # The path used after sending reset password instructions
  # def after_sending_reset_password_instructions_path_for(resource_name)
  #   super(resource_name)
  # end
end

Version data entries

27 entries across 27 versions & 1 rubygems

Version Path
ibrain-auth-0.3.7 app/controllers/ibrain/auth/passwords_controller.rb
ibrain-auth-0.3.6 app/controllers/ibrain/auth/passwords_controller.rb
ibrain-auth-0.3.5 app/controllers/ibrain/auth/passwords_controller.rb
ibrain-auth-0.3.4 app/controllers/ibrain/auth/passwords_controller.rb
ibrain-auth-0.3.3 app/controllers/ibrain/auth/passwords_controller.rb
ibrain-auth-0.3.2 app/controllers/ibrain/auth/passwords_controller.rb
ibrain-auth-0.3.1 app/controllers/ibrain/auth/passwords_controller.rb
ibrain-auth-0.2.9 app/controllers/ibrain/auth/passwords_controller.rb
ibrain-auth-0.2.8 app/controllers/ibrain/auth/passwords_controller.rb
ibrain-auth-0.2.7 app/controllers/ibrain/auth/passwords_controller.rb
ibrain-auth-0.2.6 app/controllers/ibrain/auth/passwords_controller.rb
ibrain-auth-0.2.5 app/controllers/ibrain/auth/passwords_controller.rb
ibrain-auth-0.2.4 app/controllers/ibrain/auth/passwords_controller.rb
ibrain-auth-0.2.3 app/controllers/ibrain/auth/passwords_controller.rb
ibrain-auth-0.2.2 app/controllers/ibrain/auth/passwords_controller.rb
ibrain-auth-0.2.1 app/controllers/ibrain/auth/passwords_controller.rb
ibrain-auth-0.2.0 app/controllers/ibrain/auth/passwords_controller.rb
ibrain-auth-0.1.9 app/controllers/ibrain/auth/passwords_controller.rb
ibrain-auth-0.1.8 app/controllers/ibrain/auth/passwords_controller.rb
ibrain-auth-0.1.7 app/controllers/ibrain/auth/passwords_controller.rb