mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-18 22:48:21 +00:00
5 lines
88 B
Ruby
5 lines
88 B
Ruby
class Credential < ApplicationRecord
|
|
include Encryptable
|
|
|
|
attr_encrypted :value
|
|
end
|