mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
✂️
[ci skip]
This commit is contained in:
parent
f138ffab13
commit
9fdebb17ff
2 changed files with 5 additions and 5 deletions
|
@ -1,9 +1,9 @@
|
|||
* Fix issues with scopes and engine on `current_page?` method.
|
||||
|
||||
* Fix issues with scopes and engine on `current_page?` method.
|
||||
|
||||
Fixes #29401.
|
||||
|
||||
|
||||
*Nikita Savrov*
|
||||
|
||||
|
||||
* Generate field ids in `collection_check_boxes` and `collection_radio_buttons`.
|
||||
|
||||
This makes sure that the labels are linked up with the fields.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
* Fix regression in numericality validator when comparing Decimal and Float input
|
||||
* Fix regression in numericality validator when comparing Decimal and Float input
|
||||
values with more scale than the schema.
|
||||
|
||||
*Bradley Priest*
|
||||
|
|
Loading…
Reference in a new issue