Adding REL Attribute to Rails Link_to Oct 5th, 2006 <%= link_to 'Pumpkin', { :action => 'index', :controller => 'main' }, :rel => 'lightbox' %> Source