Flowdock
method

action_methods

Importance_0
v2.0.3 - 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 1192
      def self.action_methods
        @action_methods ||= Set.new(public_instance_methods.map(&:to_s)) - hidden_actions
      end
Register or log in to add new notes.