I am trying to use grape-entity without the grape-api gem. So just use it as a serializers for raw rails controllers.
When trying to present my resource by doing:
present User.all, with: Entities::User
I get that the present
method is undefined
How am I suppose to present those resources using the entity? The documentation says to use present