mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-05 14:28:42 +00:00
9 lines
153 B
Ruby
9 lines
153 B
Ruby
class DataSourceUserOauth2 < ApplicationRecord
|
|
include Encryptable
|
|
|
|
belongs_to :user
|
|
belongs_to :data_source
|
|
|
|
attr_encrypted :options
|
|
|
|
end
|