method

visible_action?

rails latest stable - Class: ActionController::HideActions::ClassMethods

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v4.2.9) is shown here.

visible_action?(action_name)
public

No documentation available.

# File actionpack/lib/action_controller/metal/hide_actions.rb, line 29
      def visible_action?(action_name)
        not hidden_actions.include?(action_name)
      end