class ConfirmationsController

Protected Instance Methods

after_confirmation_path_for(resource_name, resource) click to toggle source
# File app/controllers/confirmations_controller.rb, line 5
def after_confirmation_path_for(resource_name, resource)
  root_path
end