The problem is, some Organization(s) don't have addresses and it breaks the page (Couldn't find OrganizationUrl with id=1826_). \
I'd like to somehow use the link if the address is present, and if not just show the name.
Any pointers?
@lot.organizations.collect{ |o| link_to(o.name, OrganizationUrl.find(o.org_id).address, :target => '_blank') }.to_sentence.html_safe