ToolJet/app/models/credential.rb
2021-04-29 12:11:23 +05:30

5 lines
88 B
Ruby

class Credential < ApplicationRecord
include Encryptable
attr_encrypted :value
end