mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-08 09:41:16 +00:00
8 lines
146 B
Ruby
8 lines
146 B
Ruby
class DataSourceUserOauth2 < ApplicationRecord
|
|
include Encryptable
|
|
|
|
belongs_to :user
|
|
belongs_to :data_source
|
|
|
|
attr_encrypted :options
|
|
end
|