method_added(name)
Refresh the cached action_methods when a new action_method is added.
# File actionpack/lib/abstract_controller/base.rb, line 112 def method_added(name) super clear_action_methods! end