diff options
author | utilum <oz@utilum.com> | 2018-06-11 16:39:50 +0200 |
---|---|---|
committer | utilum <oz@utilum.com> | 2018-06-11 16:39:50 +0200 |
commit | 436ec799a46533190fd10030709bcce741f612c5 (patch) | |
tree | 8e61971620f0a2ff2c5057b6e506e9a000be0098 /actioncable/test/stubs | |
parent | d3f659e5266a0154e252a05e63e806d4fac4c8e6 (diff) | |
download | rails-436ec799a46533190fd10030709bcce741f612c5.tar.gz rails-436ec799a46533190fd10030709bcce741f612c5.tar.bz2 rails-436ec799a46533190fd10030709bcce741f612c5.zip |
Remove redundant accessors
introduced in a0ea528b61.
Diffstat (limited to 'actioncable/test/stubs')
-rw-r--r-- | actioncable/test/stubs/test_adapter.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/actioncable/test/stubs/test_adapter.rb b/actioncable/test/stubs/test_adapter.rb index 5f23a137ea..3b25c9168f 100644 --- a/actioncable/test/stubs/test_adapter.rb +++ b/actioncable/test/stubs/test_adapter.rb @@ -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 |