A behaviour to reduce boilerplate code in your JSON-API compliant Phoenix controllers without sacrificing flexibility.
113
stars
33
forks
source link
Fix common x does not exist and is being expanded to x() warnings #50
Closed
begedin closed 7 years ago
This fixes the most commonly encountered
x does not exist and is being expanded to x()
warnings.I'm not sure if it resolves all instances of this issue, but it's really difficult to look for these.
Either way, progress on #49