We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This will involve adding an admin module to allow Greg to manage multiple models...
I have used the active admin gem in the past to do this and it has worked well: https://activeadmin.info/
Since we do not have user roles yet, it is probably OK to just route the /admin endpoint to go to the admin module
The text was updated successfully, but these errors were encountered:
Greg (admin) can add/edit Target Types. Resolves issue rubyforgood#79
dbe631d
Merge pull request #108 from efl7a/master
d3e6a95
Admin can edit Target Types: Resolves issue #79
gxespino
No branches or pull requests
This will involve adding an admin module to allow Greg to manage multiple models...
I have used the active admin gem in the past to do this and it has worked well: https://activeadmin.info/
Since we do not have user roles yet, it is probably OK to just route the /admin endpoint to go to the admin module
The text was updated successfully, but these errors were encountered: