“enlace a” Código de respuesta

enlace a

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

enlace a

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

Respuestas similares a “enlace a”

Preguntas similares a “enlace a”

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código