init push - laying out the project
This commit is contained in:
6
portal/app/lib/general_helper.rb
Normal file
6
portal/app/lib/general_helper.rb
Normal file
@ -0,0 +1,6 @@
|
||||
class GeneralHelper
|
||||
|
||||
def self.broadcast_to_account_channel(account_id, data)
|
||||
ExchangeAccountChannel.broadcast_to(account_id, data)
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user