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