Sha256: e2618de0ae4cb51abf942236c53445610b924c77f26a866639b55ddac21dfba9

Contents?: true

Size: 665 Bytes

Versions: 6

Compression:

Stored size: 665 Bytes

Contents

# frozen_string_literal: true

class Auth::PasswordsController < Devise::PasswordsController
  layout 'auth'
  # 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

6 entries across 6 versions & 1 rubygems

Version Path
headmin-0.2.9 lib/generators/templates/controllers/auth/passwords_controller.rb
headmin-0.3.2 lib/generators/templates/controllers/auth/passwords_controller.rb
headmin-0.3.1 lib/generators/templates/controllers/auth/passwords_controller.rb
headmin-0.2.8 lib/generators/templates/controllers/auth/passwords_controller.rb
headmin-0.2.7 lib/generators/templates/controllers/auth/passwords_controller.rb
headmin-0.2.6 lib/generators/templates/controllers/auth/passwords_controller.rb