Flowdock
method

hide_action

Importance_1
v3.2.1 - Show latest stable - 1 note - Class: ActionController::HideActions::ClassMethods
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