Michael He
Results
2
issues of
Michael He
Fix the missing `}`
For now in the controller if you run `expose User.page(params[:page]||1), serializer: UserSerializer` It will give you an error, if you add `:each_serializer` it doesn't work. so add the option when...