class ActionCable::Channel::RejectionTest::SecretChannel

Public Instance Methods

secret_action() click to toggle source
# File actioncable/test/channel/rejection_test.rb, line 13
def secret_action
end
subscribed() click to toggle source
# File actioncable/test/channel/rejection_test.rb, line 9
def subscribed
  reject if params[:id] > 0
end