Skip to content

Instantly share code, notes, and snippets.

@justinvt
Created April 16, 2010 20:28
Show Gist options
  • Save justinvt/368930 to your computer and use it in GitHub Desktop.
Save justinvt/368930 to your computer and use it in GitHub Desktop.
def page_description
[
page_title,
screen_name,
resume && resume.qualifications.to_a.to_sentence(:last_word_connector => ', '),
"#{last_employer_history.try(:title)} at #{last_employer_history.try(:employer)}",
"resume"
].compact.join(', ')
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment