Sha256: df22e768b0697b4148bd7852597c2773e482690fe008850ab8ec5052aa3656f1
Contents?: true
Size: 710 Bytes
Versions: 17
Compression:
Stored size: 710 Bytes
Contents
# Does it need require_dependecy? Maybe not # require_dependency "binda/application_controller" module Binda class Users::UnlocksController < Devise::UnlocksController # GET /resource/unlock/new # def new # super # end # POST /resource/unlock # def create # super # end # GET /resource/unlock?unlock_token=abcdef # def show # super # end # protected # The path used after sending unlock password instructions # def after_sending_unlock_instructions_path_for(resource) # super(resource) # end # The path used after unlocking the resource # def after_unlock_path_for(resource) # super(resource) # end end end
Version data entries
17 entries across 17 versions & 1 rubygems