Method: UsersController#show

Defined in:
app/controllers/users_controller.rb

#showObject



5
6
7
# File 'app/controllers/users_controller.rb', line 5

def show
  @orders = @user.orders.complete
end