Methods
A
H
P
Instance Public methods
another_hidden_action()
# File actionpack/test/controller/base_test.rb, line 21
def another_hidden_action
end
hidden_action()
# File actionpack/test/controller/base_test.rb, line 17
def hidden_action
  raise "Noooo!"
end
public_action()
# File actionpack/test/controller/base_test.rb, line 12
def public_action
  render :nothing => true
end