<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>h-nakao</author_name>
  <author_url>https://blog.hatena.ne.jp/h-nakao/</author_url>
  <blog_title>ナカオ日記−フリーランスの轍</blog_title>
  <blog_url>https://h-nakao.hatenadiary.org/</blog_url>
  <categories>
    <anon>Ruby on Rails</anon>
  </categories>
  <description>scaffold 作成時などにできるソースでは以下のようになっている。 render :xml =&gt; @prefecture.to_xml これだと、単語区切りがハイフンになって気持ち悪い (created-at みたいになっている) こうすれば、単語区切りがアンスコで表示されてちょっと気持ちよくなる render :xml =&gt; @prefecture.to_xml(:dasherize =&gt; false) created_at みたいになる 参考：http://blog.boreal-kiss.com/2008/08/14012944.html</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fh-nakao.hatenadiary.org%2Fentry%2F20081224%2F1230069913&quot; title=&quot;xmlのハイフンをアンダースコア表示されるようにする - ナカオ日記−フリーランスの轍&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></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2008-12-24 07:05:13</published>
  <title>xmlのハイフンをアンダースコア表示されるようにする</title>
  <type>rich</type>
  <url>https://h-nakao.hatenadiary.org/entry/20081224/1230069913</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
