Solutions Log

So I only have to figure things out once.

Adding REL Attribute to Rails Link_to

<%= link_to 'Pumpkin', { :action => 'index', :controller => 'main' }, :rel => 'lightbox' %>

Source

Comments