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