Skip to content

Instantly share code, notes, and snippets.

@sobolevn
Created July 19, 2017 14:14
Show Gist options
  • Save sobolevn/6e7f972fabdafbe9e022963301ab54bc to your computer and use it in GitHub Desktop.
Save sobolevn/6e7f972fabdafbe9e022963301ab54bc to your computer and use it in GitHub Desktop.
defmodule EctoSlugs.Blog.Article.TitleSlug do
use EctoAutoslugField.Slug, from: :title, to: :slug
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment