J3RN / time-tracker

A time tracking application
http://timesheet.j3rn.com
MIT License
6 stars 14 forks source link

Implement an authorization system #80

Open J3RN opened 7 years ago

J3RN commented 7 years ago

It would simplify much of the code in the application if we used an authorization system, such as Pundit or CanCanCan. While I have the most experience with a CanCan-like system, I'm open to Pundit and potentially other options.