“Link para” Respostas de código

Link para

link_to "Profile", @profile
# => <a href="/profiles/1">Profile</a>
Lo Rednib

Link para

<%= link_to "Profile", profile_path(@profile) %>
# => <a href="/profiles/1">Profile</a>
Tung Thanh

Respostas semelhantes a “Link para”

Perguntas semelhantes a “Link para”

Procure respostas de código populares por idioma

Procurar outros idiomas de código