mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-20 15:38:23 +00:00
5 lines
88 B
Ruby
5 lines
88 B
Ruby
class Credential < ApplicationRecord
|
|
include Encryptable
|
|
|
|
attr_encrypted :value
|
|
end
|