Waynn Lue

Results 4 issues of Waynn Lue

I'd like to return a JSON array that has two different types of models, each with its own `Grape::Entity`. So for example, I have a `package`, which has this ```...

question
feature

I'm using `grape` and `grape-entity` in a Rails 4.2.1 project, and I'm running into a weird error with presenting using the right model. According to [the documentation](https://github.com/ruby-grape/grape-entity#entity-organization), organizing my entities...

feature

I ran into this just now -- my admin parent controller is actually namespaced, so I passed in `--parent_controller=Admin::Base` as my argument, but the generated file has `class Admin::PlansController <...