Restructure omni services and add Chatwoot research snapshot
This commit is contained in:
16
research/chatwoot/app/models/platform_app.rb
Normal file
16
research/chatwoot/app/models/platform_app.rb
Normal file
@@ -0,0 +1,16 @@
|
||||
# == Schema Information
|
||||
#
|
||||
# Table name: platform_apps
|
||||
#
|
||||
# id :bigint not null, primary key
|
||||
# name :string not null
|
||||
# created_at :datetime not null
|
||||
# updated_at :datetime not null
|
||||
#
|
||||
class PlatformApp < ApplicationRecord
|
||||
include AccessTokenable
|
||||
|
||||
validates :name, presence: true
|
||||
|
||||
has_many :platform_app_permissibles, dependent: :destroy_async
|
||||
end
|
||||
Reference in New Issue
Block a user