Flowdock
method

find_person

Importance_0
v1.2.6 - Show latest stable - 0 notes - Class: AddressBookService
find_person(topic_id) 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/address_book_controller.rb, line 13
  def find_person(topic_id) people.select { |person| person.id == person.to_i }.first end
Register or log in to add new notes.