Sha256: 15666624af88e8ae806e0c26248e2eb7ebafb298106d63b3ddf83ef7651c6aa0
Contents?: true
Size: 566 Bytes
Versions: 17
Compression:
Stored size: 566 Bytes
Contents
class Auth::UnlocksController < Devise::UnlocksController layout "auth" # 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
Version data entries
17 entries across 17 versions & 1 rubygems