I've added devise for user management and active admin in order to create a decent back end for admins. The admin role is simply a "admin" attribute on the user model. All of the authorization is tested (albeit not thoroughly).
A byproduct of this PR is that I've also added a basic alert molecule + JS. It should allow for flash messages throughout the rest of the application.
This fixes #5.
I've added devise for user management and active admin in order to create a decent back end for admins. The admin role is simply a "admin" attribute on the user model. All of the authorization is tested (albeit not thoroughly).
A byproduct of this PR is that I've also added a basic alert molecule + JS. It should allow for flash messages throughout the rest of the application.
Flash message example: