ToolJet/app/models/credential.rb

6 lines
88 B
Ruby
Raw Normal View History

2021-04-15 07:39:45 +00:00
class Credential < ApplicationRecord
2021-04-29 06:41:23 +00:00
include Encryptable
attr_encrypted :value
2021-04-15 07:39:45 +00:00
end