Skip to content

Commit 0ca9437

Browse files
committed
Remove line that doesn't do anything
This module doesn't have any methods. It's just a namespace that contains all the other controller concerns, but those concerns are included in Spree::StoreController, so as far as I can tell this line does nothing.
1 parent c03ca9a commit 0ca9437

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/controllers/frontend/spree/users_controller.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ class Spree::UsersController < Spree::StoreController
55
prepend_before_action :load_object, only: [:show, :edit, :update]
66
prepend_before_action :authorize_actions, only: :new
77

8-
include Spree::Core::ControllerHelpers
9-
108
def show
119
@orders = @user.orders.complete.order('completed_at desc')
1210
end

0 commit comments

Comments
 (0)