class ActionCable::Channel::Base

def method_added(name) # :doc:

:doc:
Refresh the cached action_methods when a new action_method is added.
def method_added(name) # :doc:
  super
  clear_action_methods!
end