Flowdock
method

action_methods

Importance_0
v1.2.6 - Show latest stable - 0 notes - Class: ActionController::Base
action_methods() private

No documentation

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

Hide source
# File actionpack/lib/action_controller/base.rb, line 1134
      def self.action_methods
        @action_methods ||= Set.new(public_instance_methods - hidden_actions)
      end
Register or log in to add new notes.