Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR RUBY

link_to

<%= link_to "Profile", profile_path(@profile) %>
# => <a href="/profiles/1">Profile</a>
Source by apidock.com #
 
PREVIOUS NEXT
Tagged:
ADD COMMENT
Topic
Name
7+1 =