Displaying 2 results from an estimated 2 matches for "shipped_at".
2005 Dec 23
5
Can''t get data from products into @order
...ing
and finally my order class
class Order < ActiveRecord::Base
has_many :line_items
# function to retrieve all orders that haven''t been marked as shipped
yet.
# this allows us to see what orders have been made
def self.pending_shipping
find(:all, :conditions => "shipped_at is null")
end
end
What do I need to do to get some product data into my shipping view?
--
Posted via http://www.ruby-forum.com/.
2006 Jan 01
4
Agile book deltas
Are there deltas for the revisions of the PDF version of the Agile book?
-- fxn