MyApp v0.1.0 API Reference
Modules
Bubbles.Url
is a URL handling library for Elixir applications which use
Ecto schemas to manage database records. It takes care of associating URLs
with schema records, redirecting old URLs to new ones on update and generating
unique URLs
Implementes the Bubbles.Url.GeneratorStrategyBehaviour
behaviour with
default logic for generating unique URI strings among database records
In case a custom strategy for generating unique URIs needs to be implemented this behaviour should be implemented by the module responsible for the custom strategy