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

Fix bug in persist callback for Rails 4.1 #395

Merged
merged 1 commit into from Mar 3, 2014
Merged

Fix bug in persist callback for Rails 4.1 #395

merged 1 commit into from Mar 3, 2014

Conversation

Hermanverschooten
Copy link
Contributor

I noticed a couple of days back when using the fork that introduced this change, that my code did not run anymore, my spec were failing, testing use rails server failed. I tested just now with master and have the same problem. Looking at the new code I saw that where persist previously had a 'result==true' (look at line 71), it now has result==false. Changing this resolves the problem.

@binarylogic
Copy link
Owner

awesome, thanks

binarylogic added a commit that referenced this pull request Mar 3, 2014
Fix bug in persist callback for Rails 4.1
@binarylogic binarylogic merged commit 1599622 into binarylogic:master Mar 3, 2014
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

Successfully merging this pull request may close these issues.

None yet

2 participants