Skip to content

Instantly share code, notes, and snippets.

@marr
Created June 9, 2017 19:21
Show Gist options
  • Save marr/fb15cd301b1e35468597450d6f702834 to your computer and use it in GitHub Desktop.
Save marr/fb15cd301b1e35468597450d6f702834 to your computer and use it in GitHub Desktop.
class Slug < ActiveRecord::Base
slugify :override_value, :to => :slug
validates :slug, presence: true, uniqueness: true
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment