In rails when using:
<h1><% link_to "Home", root_url %></h1>
Nothing appears inside the tags. My routes.rb is:
MyApp::Application.routes.draw do
root :to => 'posts#index'
resources :posts
match "/help" => "help#index"
end
You forgot about the = sign:
<% link_to
^
|
here
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With