-
Notifications
You must be signed in to change notification settings - Fork 899
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
An error occurs when try to save a valid model #186
Comments
Can you please provide all of the code that exists on the model. This will help to determine debugging. Also, did you follow all of the steps listed in the install instructions? (Including migrating the database). Another question is whether you setup an initializer in Also, does the error get raised when saving a model if you comment out the I have a feeling that this is either being caused by a faulty callback, or a failure to complete all of the steps for the install generator. |
@fullbridge-batkins excellent news!!! I try to upgrade to 2.7.0 and will tell my experience thanks!! |
@maxidr - Did the upgrade to |
Sorry but I don't upgrade and try yet :( |
I'm gonna close this for now but please report back if you upgrade and are still encountering the issue and I'll see what we can do. The |
this is related to #231 |
The application broken when try to save any model that contains has_paper_trail.
The error is always the same (related with nil.delete).
Error log
Bundle gem list
Fragment of a model:
Can you help with this?
Thanks!!
The text was updated successfully, but these errors were encountered: