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
Hello,
I am using version 1.2.1 of attr_encrypted gem. my rails version is 3.2.21 . Below is my model code
1.2.1
class Device < ActiveRecordBase attr_encrypted :private_key, :key => proc {|device| device.dsn } end
Sometimes i am getting null entry in database for column encrypted_private_key. I am not able to reproduced this issue as it is an intermittent issue.
Does anybody face this issue ?
The text was updated successfully, but these errors were encountered:
I am having the same problem
Sorry, something went wrong.
No branches or pull requests
Hello,
I am using version
1.2.1
of attr_encrypted gem. my rails version is 3.2.21 . Below is my model codeclass Device < ActiveRecordBase
attr_encrypted :private_key, :key => proc {|device| device.dsn }
end
Sometimes i am getting null entry in database for column encrypted_private_key. I am not able to reproduced this issue as it is an intermittent issue.
Does anybody face this issue ?
The text was updated successfully, but these errors were encountered: