Skip to content

Instantly share code, notes, and snippets.

@etaque
Created January 18, 2010 00:16
Show Gist options
  • Save etaque/279682 to your computer and use it in GitHub Desktop.
Save etaque/279682 to your computer and use it in GitHub Desktop.
class Post < ActiveRecord::Base
# ...
def to_param
"#{id}-#{title.parameterize}"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment