Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
アプリのヘッダーに画像がありますが、その画像をリンクにしたいのですが、html / phpで行う方法を知っているので、これをレールの方法で行いたいと思います。
そのためのそのようなオプションはありますか?
ありがとう。
このようなコードを使用するだけです<%= link_to (image_tag "image_name.jpg", :title => 'Image_Title'), :action => :action_name %>
<%= link_to (image_tag "image_name.jpg", :title => 'Image_Title'), :action => :action_name %>