Sha256: b089408f271e2f7d92da3876003b6763f752ae3d6005c2ba8dab5aaa59a80b00
Contents?: true
Size: 678 Bytes
Versions: 2
Compression:
Stored size: 678 Bytes
Contents
# frozen_string_literal: true class <%= @scope_prefix %>ConfirmationsController < Kingsman::ConfirmationsController # GET /resource/confirmation/new # def new # super # end # POST /resource/confirmation # def create # super # end # GET /resource/confirmation?confirmation_token=abcdef # def show # super # end # protected # The path used after resending confirmation instructions. # def after_resending_confirmation_instructions_path_for(resource_name) # super(resource_name) # end # The path used after confirmation. # def after_confirmation_path_for(resource_name, resource) # super(resource_name, resource) # end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
kingsman-0.1.1 | lib/generators/templates/controllers/confirmations_controller.rb |
kingsman-0.1.0 | lib/generators/templates/controllers/confirmations_controller.rb |