I’d like to know this one too. What I’ve done in that past is pass the named route a hash.
order_new_addressbook_path( :order_id => @order_id, :address_type => 2 )
But I don’t like having to supply specifically the :order_id part but I can’t seem to get it working otherwise.
Cheers
Daniel