Rescue nil for slug_title
This commit is contained in:
parent
8e5ab6e13e
commit
a5b271afe3
|
@ -34,7 +34,7 @@ class Experience
|
|||
end
|
||||
|
||||
def slug_title
|
||||
self.organizationt_title+' '+self.department+' '+self.job_title
|
||||
[self.organizationt_title,self.department,self.job_title].join(' ')
|
||||
end
|
||||
|
||||
protected
|
||||
|
|
Loading…
Reference in New Issue