Flowdock
method

list

Importance_0
v1.0.0 - Show latest stable - 0 notes - Class: BenchmarkController
list() public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# 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
Register or log in to add new notes.