# File lib/merb-core/controller/merb_controller.rb, line 92 def _shown_actions actions = read_inheritable_attribute(:_shown_actions) actions ? actions : write_inheritable_attribute(:_shown_actions, []) end