mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
docs, remove deprecation entry in favor of abe6484
. [ci skip]
This commit is contained in:
parent
26fb57b58d
commit
9673d5df27
1 changed files with 0 additions and 5 deletions
|
@ -422,11 +422,6 @@ for detailed changes.
|
|||
|
||||
* Deprecated `quoted_locking_column` method, which isn't used anywhere.
|
||||
|
||||
* Deprecated the delegation of Array bang methods for associations.
|
||||
To use them, instead first call `#to_a` on the association to access the
|
||||
array to be acted
|
||||
on. ([Pull Request](https://github.com/rails/rails/pull/12129))
|
||||
|
||||
* Deprecated `ConnectionAdapters::SchemaStatements#distinct`,
|
||||
as it is no longer used by internals. ([Pull Request](https://github.com/rails/rails/pull/10556))
|
||||
|
||||
|
|
Loading…
Reference in a new issue