Current section
Files
Jump to
Current section
Files
lib/ex_catalog/schema/video/slug.ex
defmodule ExCatalog.Video.TitleSlug do
@moduledoc false
use EctoAutoslugField.Slug, from: :title, to: :slug
end