I have an Order class, and a Pack class, both using ActiveRecord. The Order contains Packs. In my validation of Order, I am testing for the existence of a relationship to one or more Packs. See the following code:I have an Order class, and a Pack class, both u