I am a newbie in Ruby on Rails and here is my problems. I am following railstutorial's book and here is my source code
<%= link_to image_tag("rails.png", alt: "Rails logo"), 'http://rubyonrails.org/' %>
I want to load a photo which name rails.png
, but it does not load as I expected.
Could you please give me some ideas?
Thank you very much for your comments.