You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 30, 2021. It is now read-only.
When you try to destroy a Child, it can't because the default scope is not called:
ActiveRecord::StatementInvalid: Mysql2::Error: Unknown column 'parents.position' in 'order clause': UPDATE `children` SET deleted_at = '2013-05-10 15:41:09' WHERE `children`.`id` = 5 ORDER BY parents.position ASC
Can anyone reproduce it?
Thanks.
The text was updated successfully, but these errors were encountered:
How to reproduce:
When you try to destroy a Child, it can't because the default scope is not called:
Can anyone reproduce it?
Thanks.
The text was updated successfully, but these errors were encountered: