mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
6931bed1b4
This reverts commit9a1abedcde
, reversing changes made toc72d6c91a7
. Conflicts: activerecord/CHANGELOG.md activerecord/test/models/comment.rb This change break integration with activerecord-deprecated_finders so I'm reverting until we find a way to make it work with this gem.
14 lines
183 B
YAML
14 lines
183 B
YAML
normal_comment_rating:
|
|
id: 1
|
|
comment_id: 8
|
|
value: 1
|
|
|
|
special_comment_rating:
|
|
id: 2
|
|
comment_id: 6
|
|
value: 1
|
|
|
|
sub_special_comment_rating:
|
|
id: 3
|
|
comment_id: 12
|
|
value: 1
|