We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There is an issue with AR model dup since version 3.0.0rc
dup
my_ar_model[:image] => "image_689f742ca69d9d7b9b6aaed556f1f1e31ccc9a3a.JPG" my_ar_model.dup my_ar_model[:image] => nil
btw. is there a way to disable the current dup behaviour. I want to duplicate model but skip the duplication and upload of the file.
The text was updated successfully, but these errors were encountered:
37f36f7
Thank you for reporting, now fixed in the master.
Sorry, something went wrong.
Thank you @mshibuya !
No branches or pull requests
There is an issue with AR model
dup
since version 3.0.0rcbtw. is there a way to disable the current dup behaviour. I want to duplicate model but skip the duplication and upload of the file.
The text was updated successfully, but these errors were encountered: