mirror of
https://github.com/fspc/BikeShed-1.git
synced 2026-09-21 02:21:37 -04:00
Added user roles and authentication, sign in/out
This commit is contained in:
@@ -7,7 +7,8 @@ class Users < Netzke::Basepack::Grid
|
||||
:first_name,
|
||||
:last_name,
|
||||
:nickname,
|
||||
:email
|
||||
:email,
|
||||
:user_role__role
|
||||
]
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user