ActiveRecord::Base
START:relationships
# File app/models/product.rb, line 22 def self.latest Product.order(:updated_at).last end