Skip to content

Commit

Permalink
data um
Browse files Browse the repository at this point in the history
  • Loading branch information
qinmingyuan committed Dec 5, 2023
1 parent 6961953 commit cdfa363
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 22 deletions.
12 changes: 12 additions & 0 deletions app/channels/datum/done_channel.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
module Datum
class DoneChannel < ApplicationCable::Channel

def subscribed
stream_from "done:#{current_receiver.class.base_class.name}:#{current_receiver.id}" if current_receiver
end

def unsubscribed
end

end
end
10 changes: 0 additions & 10 deletions app/channels/done_channel.rb

This file was deleted.

12 changes: 0 additions & 12 deletions app/views/datum/panel/table_lists/index.js

This file was deleted.

0 comments on commit cdfa363

Please sign in to comment.