SOLVED - Re: [Rails] ActionView::Helpers::TextHelper - auto_link

After playing with it more, this is the proper usage… just in case anyone out there had issues getting it to work, too: <%= auto_link(h(link.send( column.name)), :all, :target => ‘_blank’) %>