Flowdock
method

hide_action

Importance_1
Ruby on Rails latest stable (v6.1.7.7) - 1 note - 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.

hide_action(*args) public

Sets all of the actions passed in as hidden actions.

Parameters

  • args - A list of actions

Show source
Register or log in to add new notes.
January 17, 2019 - (v4.2.7)
0 thanks

This method has been completely removed from Rails 5 onwards

Completely removed from Rails from 5 onwards. See issue: github.com/rails/rails/issues/18336

Just remove from your codebase, or protect with `private` keyword