waffle_ecto v0.0.3 Waffle.Ecto
Waffle.Ecto provides an integration with Waffle and Ecto.
Waffle attachments should be stored in a string column, with a name indicative of the attachment.
create table :users do
add :avatar, :string
end
How to add waffle_ecto
to your project
- add Schema to the model
- configure Definition for uploader