Sha256: d5c3924873fec12ab026c00195f27b10952516b1f1951d882628fa4cce496fa5
Contents?: true
Size: 564 Bytes
Versions: 27
Compression:
Stored size: 564 Bytes
Contents
class <%= @scope_prefix %>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
Version data entries
27 entries across 27 versions & 5 rubygems