We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c03ca9a + 0ca9437 commit ed42532Copy full SHA for ed42532
1 file changed
lib/controllers/frontend/spree/users_controller.rb
@@ -5,8 +5,6 @@ class Spree::UsersController < Spree::StoreController
5
prepend_before_action :load_object, only: [:show, :edit, :update]
6
prepend_before_action :authorize_actions, only: :new
7
8
- include Spree::Core::ControllerHelpers
9
-
10
def show
11
@orders = @user.orders.complete.order('completed_at desc')
12
end
0 commit comments