method

inherited

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 (v3.2.8) is shown here.

inherited(klass)
public

No documentation available.

# File actionpack/lib/action_controller/metal/hide_actions.rb, line 30
      def inherited(klass)
        klass.class_eval { @visible_actions = {} }
        super
      end