Remove redundant accessors

introduced in a0ea528b61.
This commit is contained in:
utilum 2018-06-11 16:39:50 +02:00
parent d3f659e526
commit 436ec799a4
1 changed files with 0 additions and 2 deletions

View File

@ -1,8 +1,6 @@
# frozen_string_literal: true
class SuccessAdapter < ActionCable::SubscriptionAdapter::Base
class << self; attr_accessor :subscribe_called, :unsubscribe_called end
def broadcast(channel, payload)
end