ToolJet/app/models/data_source_user_oauth2.rb

9 lines
146 B
Ruby
Raw Normal View History

class DataSourceUserOauth2 < ApplicationRecord
include Encryptable
2021-04-29 06:41:23 +00:00
belongs_to :user
belongs_to :data_source
attr_encrypted :options
end