APIdock / Ruby on Rails
/
Browse About
method

method_added

v7.1.3.2 - Show latest stable - Class: ActionCable::Channel::Base
method_added(name)
private

Refresh the cached action_methods when a new action_method is added.

# File actioncable/lib/action_cable/channel/base.rb, line 141
          def method_added(name) # :doc:
            super
            clear_action_methods!
          end

Related methods

  • Instance methods
  • perform_action
  • subscribe_to_channel
  • unsubscribe_from_channel
  • Class methods
  • action_methods
  • new
  • Private methods
  • privateclear_action_methods!
  • privatemethod_added
  • privateaction_signature
  • privatedefer_subscription_confirmation!
  • privatedefer_subscription_confirmation?
  • privatedelegate_connection_identifiers
  • privatedispatch_action
  • privateensure_confirmation_sent
  • privateextract_action
  • privateparameter_filter
  • privateprocessable_action?
  • privatereject
  • privatereject_subscription
  • privatesubscribed
  • privatesubscription_confirmation_sent?
  • privatesubscription_rejected?
  • privatetransmit
  • privatetransmit_subscription_confirmation
  • privatetransmit_subscription_rejection
  • privateunsubscribed
APIdock API Documentation Browser

© 2026 APIdock