Skip to content

Commit

Permalink
3_2_release_notes で重複をカット
Browse files Browse the repository at this point in the history
  • Loading branch information
rakuda-san-desu committed Oct 7, 2024
1 parent 8fd6236 commit 2fa1511
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/source/ja/3_2_release_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ Client.where(:active => true).pluck(:id)

* 関連付けメソッドの生成は、独立した1つのモジュール内で作成されるようになりました。これはオーバーライドやコンポジションできるようにするためです。たとえば`MyModel`というクラスがあり、そのモジュールが`MyModel::GeneratedFeatureMethods`だとします。Active Modelで定義された`generated_attributes_methods`が実行されると、このモジュールはただちにそのモデルクラスにincludeされるので、関連付けメソッドは同じ名前の属性メソッドをオーバーライドします。

* 一意のクエリを生成する`ActiveRecord::Relation#uniq``ActiveRecord::Relation#uniq`が追加されました。
* 一意のクエリを生成する`ActiveRecord::Relation#uniq`が追加されました。

```ruby
Client.select('DISTINCT name')
Expand Down

0 comments on commit 2fa1511

Please sign in to comment.