From 6ef3a9d6e26f5f70c9d93f0f5bfa429e646430c6 Mon Sep 17 00:00:00 2001 From: Sean Schofield Date: Sun, 19 Dec 2010 22:48:39 -0500 Subject: [PATCH] Remove reference to Spree::AuthUser --- app/controllers/user_confirmations_controller.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/app/controllers/user_confirmations_controller.rb b/app/controllers/user_confirmations_controller.rb index ed16205..af69c65 100644 --- a/app/controllers/user_confirmations_controller.rb +++ b/app/controllers/user_confirmations_controller.rb @@ -1,6 +1,5 @@ class UserConfirmationsController < Devise::ConfirmationsController include SpreeBase - include Spree::AuthUser helper :users, 'spree/base' ssl_required