Commit 82ab7299 authored by John Noel's avatar John Noel

Added link_to lecture

parent ba605e88
<h1> <h1>
Hello <%= @name %>! Hello <%= @name %>!
</h1> </h1>
<!-- <a href="/profile">My Profile</a> -->
<%= link_to "My Profile", profile_path %>
\ No newline at end of file
<!-- <a href="/">Home</a> -->
<%= link_to "Home", root_path %>
<h2> <h2>
I'm <%= @name %>! I'm <%= @name %>!
</h2> </h2>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment