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
This commit is contained in:
Justin Louie
2013-03-10 14:08:04 +08:00
parent f6d5812379
commit 1d9fab3942

View File

@@ -1,5 +1,5 @@
module Spree module Spree
class DigitalsController < Spree::BaseController class DigitalsController < Spree::StoreController
ssl_required :show ssl_required :show
def show def show