method
list
v1.1.6 -
Show latest stable
- Class:
BenchmarkController
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