Closed JWesorick closed 7 years ago
@JWesorick, are you using v1.5.0, master, or another version? Should be an easy fix, but that info would help point us in the right direction
v1.5.0
Got it - I'll dig
@JWesorick - can you try out these changes? https://github.com/ruby-grape/grape-active_model_serializers/pull/73
gem 'grape-active_model_serializers',
github: 'ruby-grape/grape-active_model_serializers',
branch: 'pass-ams-options'
@drn Yep that works!
Awesome, sorry for the delay. Been hectic at work. I'll get this merged in sometime over the next few days and release a new gem version
Thanks!
Per rails-api/active_model_serializers#2081 I'm trying to include all levels for one of my endpoints. But it seems the
includes
option isn't working with this gem.