On Wed, May 27, 2009 at 8:51 AM, Denis Haskin wrote:
> Any know issues with the dynamic create_ method and
> factory_girl?
>
> I have an object created by a factory:
>
> @order = Factory.create :payable_order_with_line_items
>
> and then I do:
>
> @order.create_ship_address(
> then the shi
Any know issues with the dynamic create_ method and
factory_girl?
I have an object created by a factory:
@order = Factory.create :payable_order_with_line_items
and then I do:
@order.create_ship_address(then the ship_address object is persisted but the association is not
made (e.g. @ord