Sha256: 05209a1c5344427a0ea446bbfec399b023b501e18487944a31c33aaf28178f5e

Contents?: true

Size: 784 Bytes

Versions: 17

Compression:

Stored size: 784 Bytes

Contents

# Does it need require_dependecy? Maybe not
# require_dependency "binda/application_controller"

module Binda
  class Users::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
end

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
binda-0.1.11 app/controllers/binda/users/passwords_controller.rb
binda-0.1.10 app/controllers/binda/users/passwords_controller.rb
binda-0.1.9 app/controllers/binda/users/passwords_controller.rb
binda-0.1.8 app/controllers/binda/users/passwords_controller.rb
binda-0.1.7 app/controllers/binda/users/passwords_controller.rb
binda-0.1.6 app/controllers/binda/users/passwords_controller.rb
binda-0.1.5 app/controllers/binda/users/passwords_controller.rb
binda-0.1.4 app/controllers/binda/users/passwords_controller.rb
binda-0.1.3 app/controllers/binda/users/passwords_controller.rb
binda-0.1.2 app/controllers/binda/users/passwords_controller.rb
binda-0.1.1 app/controllers/binda/users/passwords_controller.rb
binda-0.1.0 app/controllers/binda/users/passwords_controller.rb
binda-0.0.7 app/controllers/binda/users/passwords_controller.rb
binda-0.0.6 app/controllers/binda/users/passwords_controller.rb
binda-0.0.5 app/controllers/binda/users/passwords_controller.rb
binda-0.0.3 app/controllers/binda/users/passwords_controller.rb
binda-0.0.2 app/controllers/binda/users/passwords_controller.rb