Rails rel nofollow link

Viewed 6772

I need to create no follow links with link_to.

I'm looking for something like this:

<%= link_to "example", example_path, :target => "_blank" %>

But for no follow of course.

1 Answers
Related