Routine weeding of the codebase (#163)
* Routine weeding of the codebase * fix the spec
This commit is contained in:
8
app/models/channel/web_widget.rb
Normal file
8
app/models/channel/web_widget.rb
Normal file
@@ -0,0 +1,8 @@
|
||||
module Channel
|
||||
class WebWidget < ApplicationRecord
|
||||
self.table_name = 'channel_web_widgets'
|
||||
|
||||
belongs_to :account
|
||||
has_one :inbox, as: :channel, dependent: :destroy
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user