Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

recursive restore does not restore has one relationship #163

Open
adityashedge opened this issue Sep 22, 2014 · 1 comment
Open

recursive restore does not restore has one relationship #163

adityashedge opened this issue Sep 22, 2014 · 1 comment

Comments

@adityashedge
Copy link

User has one UserInfo with dependent destroy and both are acts as paranoid models.

While soft deleting User soft deletes UserInfo but it does not restore UserInfo when we restore user with recursive true option. UserInfo is always nil
I am using 'rails 4' branch.

@radar
Copy link
Collaborator

radar commented Oct 11, 2014

Please provide exact steps to reproduce this in a new app.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants