method

list

rails latest stable - Class: BenchmarkController

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v1.2.6) is shown here.

list()
public

No documentation available.

# File actionpack/examples/benchmark.rb, line 13
  def list
    @people = [ Person.new("David"), Person.new("Mary") ]
    render_template "hello: <% for person in @people %>Name: <%= person.name %><% end %>"
  end