Methods
E
I
S
Instance Public methods
edit()
# File actionpack/test/controller/integration_test.rb, line 759
def edit
  render :text => "foo#show"
end
index()
# File actionpack/test/controller/integration_test.rb, line 751
def index
  render :text => "foo#index"
end
show()
# File actionpack/test/controller/integration_test.rb, line 755
def show
  render :text => "foo#show"
end