Thanks so much for this super-great gem. We've run into a limitation, which is that there are a couple hardcoded references to user, both in the default view and in the URL helper generation.
We've got an app that doesn't contain a User model, so this pull request lets us loosen up that restriction.
Hi @Rodrigora!
Thanks so much for this super-great gem. We've run into a limitation, which is that there are a couple hardcoded references to user, both in the default view and in the URL helper generation.
We've got an app that doesn't contain a User model, so this pull request lets us loosen up that restriction.
Thank you!