Sha256: 2420295d16032c030d88fa932cd160d3c5ba00ffff2b86a72c58627a5d2fa3b5
Contents?: true
Size: 597 Bytes
Versions: 2
Compression:
Stored size: 597 Bytes
Contents
# frozen_string_literal: true class <%= @scope_prefix %>UnlocksController < Kingsman::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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
kingsman-0.1.1 | lib/generators/templates/controllers/unlocks_controller.rb |
kingsman-0.1.0 | lib/generators/templates/controllers/unlocks_controller.rb |