Skip to content

Instantly share code, notes, and snippets.

@ppworks
Created March 13, 2014 06:28
Show Gist options
  • Save ppworks/9522822 to your computer and use it in GitHub Desktop.
Save ppworks/9522822 to your computer and use it in GitHub Desktop.
friendly_idのslugがセットされるタイミングっていつなの ref: http://qiita.com/ppworks/items/cdf98639665bc586cbac
before_validation :set_xxxx
extend FriendlyId # extendはもっと上でもいいのでおこのみで
friendly_id :slug_candidates, use: :slugged
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment