FSFTN / Pension-Tracker

Rails application for Postal department
GNU Lesser General Public License v3.0
2 stars 0 forks source link

Use rails link to helper instead of a tag #11

Closed aravindgd closed 9 years ago

aravindgd commented 9 years ago
+ <a class="navbar-brand" href="/homepages/home">Postall App</a>

this code should be changed to

<%= link_to root_path%>

Change root_path to respective path. To find all the paths in the application run

rake routes