Refactoring Gem Groups
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
class Contact < ApplicationRecord
|
||||
include Pubsubable
|
||||
|
||||
#Used by the pusher/PubSub Service we use for real time communications
|
||||
has_secure_token :pubsub_token
|
||||
validates :account_id, presence: true
|
||||
validates :inbox_id, presence: true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user