ToolJet/app/models/data_source_user_oauth2.rb

10 lines
153 B
Ruby
Raw Normal View History

class DataSourceUserOauth2 < ApplicationRecord
include Encryptable
belongs_to :user
belongs_to :data_source
attr_encrypted :options
end