class Spree::UserConfirmationsController

Protected Instance Methods

after_confirmation_path_for(resource_name, resource) click to toggle source
# File lib/controllers/frontend/spree/user_confirmations_controller.rb, line 13
def after_confirmation_path_for(resource_name, resource)
  signed_in?(resource_name) ? spree.signed_in_root_path(resource) : spree.login_path
end