Methods
I
Instance Public methods
index()
# File actionpack/test/controller/mime_responds_test.rb, line 615
def index
  respond_with(Customer.new("david", 13))
end