vic / params

Easy parameters validation/casting with Ecto.Schema, akin to Rails' strong parameters.
http://hex.pm/packages/params
Apache License 2.0
361 stars 46 forks source link

Don't add parens to defparams/1 #42

Closed mhanberg closed 1 year ago

mhanberg commented 1 year ago

Configures defparams/1 to not add parens when being formatted. This falls in line with the examples in the README and general intuition with this type of DSL.