<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>haayaaa</author_name>
  <author_url>https://blog.hatena.ne.jp/haayaaa/</author_url>
  <blog_title>haayaaa’s diary</blog_title>
  <blog_url>https://haayaaa.hatenablog.com/</blog_url>
  <categories>
    <anon>Rails</anon>
  </categories>
  <description>link_toメソッドとは？ link_toメソッドはリンクを生成してくれるRailsのヘルパーメソッドです。HTMLのaタグに変換されます。 基本の形 link_toメソッドの第一引数には表示させたい文字、第二引数には飛びたいページのパスを書きます。 &lt;%= link_to &quot;表示させたい文字&quot;, &quot;飛びたいページのパス&quot; %&gt; #以下のHTMLに変換される&lt;a href=&quot;飛びたいページのパス&quot;&gt;表示させたい文字&lt;/a&gt; 外部サイトへリンク &lt;%= link_to &quot;Google&quot;, &quot;https://www.google.co.jp&quot; %&gt; #以下のHTMLに変換される&lt;a href=&quot;…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fhaayaaa.hatenablog.com%2Fentry%2F2018%2F11%2F30%2F214026&quot; title=&quot;link_toメソッドまとめ - haayaaa’s diary&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url>https://i.gyazo.com/483684d7b5a491ec4edebf9da66367c6.png</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2018-11-30 21:40:26</published>
  <title>link_toメソッドまとめ</title>
  <type>rich</type>
  <url>https://haayaaa.hatenablog.com/entry/2018/11/30/214026</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
