Vincent
Joined
160 Experience
1 Lesson Completed
0 Questions Solved
Activity
There is the Pay Gem by Chris and co. That should handle most of what you’re asking.
Hey there,
I’m using ActiveText, using the Trix editor, in one of my fields in my model. The model in question has the correct attribute:
has_rich_text :content
However, I’m looking at a way to encrypt this before it is saved into the database as everything is encrypted using Symmetric Encryption.
Is there a way to intercept or override the attribute by ActionText?
Any help would be grateful… even just a pointer in the correct direction.