Skip to content

Commit

Permalink
Fix current_order issue
Browse files Browse the repository at this point in the history
  • Loading branch information
matzipan authored and romul committed Jan 15, 2013
1 parent 2b73d9d commit 1d6461e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/spree/addresses_controller.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
class Spree::AddressesController < Spree::BaseController
class Spree::AddressesController < Spree::StoreController
helper Spree::AddressesHelper
rescue_from ActiveRecord::RecordNotFound, :with => :render_404
load_and_authorize_resource :class => Spree::Address
Expand Down

0 comments on commit 1d6461e

Please sign in to comment.