mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-06 06:48:21 +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
|