重複のない値を取得 説明 重複のない値を取得 使い方 モデル.distinct([重複を削除するか]) 例 重複のない値を取得 User.select(:name).distinct 重複も削除 User.select(:name).distinct(false) ソースコード GitHub