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