So I have a shipment that can have up to three shipper companies. So I have this...
shipment belongs_to shipper
shipper has_many shipments
But I added two more columns to the shipments table: shipper_id_2 and shipper_id_3. How can I setup the association and also have ActiveAdmin realize it?