farmbot v6.0.1-alpha Farmbot.Repo.Sequence.CeleryScriptBody View Source
Custom Ecto.Type for convirting text to CelecyScript.
Link to this section Summary
Functions
Loads the given term into a custom type
Link to this section Functions
Loads the given term into a custom type.
This callback is called when loading data from the database and
receive an Ecto native type. It can return any type, as long as
the dump/1
function is able to convert the returned value back
into an Ecto native type.
Callback implementation for Ecto.Type.load/1
.