Skip to content

Instantly share code, notes, and snippets.

@jhammann
Created June 28, 2013 15:11
Show Gist options
  • Save jhammann/5885414 to your computer and use it in GitHub Desktop.
Save jhammann/5885414 to your computer and use it in GitHub Desktop.
Keep forgetting this useful method for creating permalink. Thank god for gists. Put this inside a model.
def to_param
"#{id}-#{title.parameterize}"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment