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