# File lib/action_controller/base.rb, line 412
      def hidden_actions
        read_inheritable_attribute(:hidden_actions) || write_inheritable_attribute(:hidden_actions, [])
      end