params
params copied to clipboard
Is it possible to use Params with Poison?
Hi, I was wondering if it is possible to use Params with Poison?
For Ecto.Schema we need to put @derive for Poison to encode. For Params where should I put @derive attribute?
Thank you! = )