From 1d9fab3942626ecdfbe94ba3136d5d3c62f8537b Mon Sep 17 00:00:00 2001 From: Justin Louie Date: Sun, 10 Mar 2013 14:08:04 +0800 Subject: [PATCH] Fixing controller for current_order bug unavailable.html.erb throws an error missing current_order https://groups.google.com/forum/?fromgroups=#!topic/spree-user/mbEVVManQY8 --- app/controllers/spree/digitals_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/spree/digitals_controller.rb b/app/controllers/spree/digitals_controller.rb index 2c00a53..a05c661 100644 --- a/app/controllers/spree/digitals_controller.rb +++ b/app/controllers/spree/digitals_controller.rb @@ -1,5 +1,5 @@ module Spree - class DigitalsController < Spree::BaseController + class DigitalsController < Spree::StoreController ssl_required :show def show