Displaying 1 result from an estimated 1 matches for "m000796".
Did you mean:
m000496
2006 Apr 01
3
Ignoring Validations In An Admin Tool?
I have the following validation on and ''Order'' model:
validates_presence_of :order_lines, :message => ''missing one or more
products.'', :on => :save
Ok, great. An order has to have products. Ok.
Problem is, there are some old orders that don''t have lines (don''t ask) and
in the admin tool we need to be able to work on these orders.