Created by: gracewashere
Needed to reduce the number of users from 100 to 20, because we're getting a performance hit on the Orders index page.
I'm guessing the cause is an N+1 query for the
Order.belongs_to :customer
relationship, but I haven't investigated yet.
Also, add Order#total_price