Hide each of the given methods from being callable as actions.
# File merb/controller.rb, line 73 def hide_action(*names) write_inheritable_attribute(:hidden_actions, hidden_actions | names.collect { |n| n.to_s }) end
<code/>
<pre/>
<code/>and<pre/>for code samples.