BoTreeConsultingTeam / invoiceme

Invoice management
0 stars 0 forks source link

User can have single role #17

Open amitpatelx opened 9 years ago

amitpatelx commented 9 years ago

Every user in the system can have only one role.

As we have been developing the app in Rails 4, I highly recommend using enum feature.

Check reference implementation RailsApps

We can consider using rolify and role_model