I'm starting to use rails encryption and I'd like to be able to specify jsonb fields to encrypt.
jsonb_accessor :metadata,
field_1: :string,
field_2: :integer
encrypts :field_1
instead of
I'm using STI and wouldn't like to create real columns on the table.