Merge pull request #15 from spacemunkay/denney-add-users-roles

Changing UserRole to UserRoleJoin
This commit is contained in:
jnm
2013-05-23 18:03:59 -07:00
18 changed files with 124 additions and 53 deletions
+9
View File
@@ -0,0 +1,9 @@
user:
id: 1
role: user
staff:
id: 2
role: staff
admin:
id: 3
role: admin