graphql-devise / graphql_devise

GraphQL interface on top devise_token_auth
MIT License
200 stars 39 forks source link

Use the class itself in the route generator instead of a string representation #236

Closed whotwagner closed 2 years ago

whotwagner commented 2 years ago

The generator creates the model class as a string in config/routes.rb. This commit modifies the generator so that the model is used as a class in config/routes.rb.

This PR fixes #235

00dav00 commented 2 years ago

Thanks @whotwagner !