heartcombo--devise/lib/generators/templates/controllers/confirmations_controller.erb

17 lines
314 B
Plaintext
Raw Normal View History

class <%= @scope_prefix %>ConfirmationsController < Devise::ConfirmationsController
# GET /resource/confirmation/new
2014-09-03 03:34:13 +00:00
# def new
# super
# end
# POST /resource/confirmation
2014-09-03 03:34:13 +00:00
# def create
# super
# end
# GET /resource/confirmation?confirmation_token=abcdef
2014-09-03 03:34:13 +00:00
# def show
# super
# end
end