Agile Web Development with Rails, erratum
from the Agile Web Development with Rails, Third Edition. (fourth printing), in Chapter 8.3 iteration C2: Creating a Smarter Cart (page 104), when creating the initial CartItem model class, the price function is defined thusly : def price @product.price = Continue reading Agile Web Development with Rails, erratum