<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>kamatimaru</author_name>
  <author_url>https://blog.hatena.ne.jp/kamatimaru/</author_url>
  <blog_title>delhi09の勉強日記</blog_title>
  <blog_url>https://kamatimaru.hatenablog.com/</blog_url>
  <categories>
    <anon>Rails</anon>
  </categories>
  <description>RailsのActiveRecordでscopeを使う方法です。 scopeとはよく使う条件をメソッド化できるActiveRecordの機能です。 引数なしのパターン 以下のように定義します。 class Restaurant &lt; ApplicationRecord # 省略 scope :south_india, -&gt; { joins(:tags).where(tags: { name: &quot;南インド&quot; }) } end Restaurantモデルのメソッドとして呼び出すことができます。 app(dev):002&gt; Restaurant.south_india.count Restaurant…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fkamatimaru.hatenablog.com%2Fentry%2F2026%2F01%2F03%2F220307&quot; title=&quot;RailsのActiveRecordでscopeを使う ※ 引数あり/なしパターン - delhi09の勉強日記&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>2026-01-03 22:03:07</published>
  <title>RailsのActiveRecordでscopeを使う ※ 引数あり/なしパターン</title>
  <type>rich</type>
  <url>https://kamatimaru.hatenablog.com/entry/2026/01/03/220307</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
