method

clear_action_methods!

rails latest stable - Class: ActionCable::Channel::Base
clear_action_methods!()
private

action_methods are cached and there is sometimes need to refresh them. ::clear_action_methods! allows you to do that, so next time you run action_methods, they will be recalculated.