Skip to content

Instantly share code, notes, and snippets.

@mculp
Created August 2, 2012 02:08
Show Gist options
  • Save mculp/3232456 to your computer and use it in GitHub Desktop.
Save mculp/3232456 to your computer and use it in GitHub Desktop.
def to_param
fields = [self.company, self.executive_first_name, self.executive_last_name].compact
fields.map! &:parameterize
[self.id, *fields].join('-')
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment