Update p_hire.rb per_name
This commit is contained in:
parent
3f7d044539
commit
0dc32eb76e
|
@ -23,6 +23,7 @@ class PHire
|
|||
{
|
||||
:id => self.id.to_s,
|
||||
:title => self.reason_for_hire,
|
||||
:hiring_person_name => self.hiring_person_name,
|
||||
:note => self.note_for_hire || "",
|
||||
:start => self.start_time.rfc822,
|
||||
:end => self.end_time.rfc822,
|
||||
|
|
Loading…
Reference in New Issue