Method: BatchBook::Comment#person

Defined in:
lib/batchbook.rb

#personObject



404
405
406
# File 'lib/batchbook.rb', line 404

def person
  Person.find(self.prefix_options[:person_id])
end