method

find_person

find_person(topic_id)
public

No documentation available.

# File actionpack/examples/address_book_controller.rb, line 13
  def find_person(topic_id) people.select { |person| person.id == person.to_i }.first end