Sha256: 3696699096465b14f739f62a3cfa4549bca85487ed2892fcadd63168136b52a6
Contents?: true
Size: 597 Bytes
Versions: 6
Compression:
Stored size: 597 Bytes
Contents
# frozen_string_literal: true 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
6 entries across 6 versions & 1 rubygems