Methods
E
I
S
Instance Public methods
edit()
# File actionpack/test/controller/integration_test.rb, line 957
def edit
  render plain: "foo#show"
end
index()
# File actionpack/test/controller/integration_test.rb, line 949
def index
  render plain: "foo#index"
end
show()
# File actionpack/test/controller/integration_test.rb, line 953
def show
  render plain: "foo#show"
end