Sha256: 0ae1bf24b7b112536fe2a54112e2ef1f8899d83301b1aac245db6961b7082ee7

Contents?: true

Size: 655 Bytes

Versions: 14

Compression:

Stored size: 655 Bytes

Contents

# frozen_string_literal: true

class Ibrain::UserPasswordsController < 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

14 entries across 14 versions & 2 rubygems

Version Path
its-ruby-auth-0.0.1 lib/controllers/ibrain/user_passwords_controller.rb
ibrain-auth-0.3.20 lib/controllers/ibrain/user_passwords_controller.rb
ibrain-auth-0.3.19 lib/controllers/ibrain/user_passwords_controller.rb
ibrain-auth-0.3.18 lib/controllers/ibrain/user_passwords_controller.rb
ibrain-auth-0.3.17 lib/controllers/ibrain/user_passwords_controller.rb
ibrain-auth-0.3.16 lib/controllers/ibrain/user_passwords_controller.rb
ibrain-auth-0.3.15 lib/controllers/ibrain/user_passwords_controller.rb
ibrain-auth-0.3.14 lib/controllers/ibrain/user_passwords_controller.rb
ibrain-auth-0.3.13 lib/controllers/ibrain/user_passwords_controller.rb
ibrain-auth-0.3.12 lib/controllers/ibrain/user_passwords_controller.rb
ibrain-auth-0.3.11 lib/controllers/ibrain/user_passwords_controller.rb
ibrain-auth-0.3.10 lib/controllers/ibrain/user_passwords_controller.rb
ibrain-auth-0.3.9 lib/controllers/ibrain/user_passwords_controller.rb
ibrain-auth-0.3.8 lib/controllers/ibrain/user_passwords_controller.rb