Flowdock
method_added(name) public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File actionpack/lib/abstract_controller/base.rb, line 96
      def method_added(name)
        super
        clear_action_methods!
      end
Register or log in to add new notes.