vt-elixir / ja_resource

A behaviour to reduce boilerplate code in your JSON-API compliant Phoenix controllers without sacrificing flexibility.
Other
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

begedin commented 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

alanpeabody commented 7 years ago

Awesome, thanks!