user activation on creation/edit

This commit is contained in:
2015-10-23 19:57:32 -05:00
parent 7ddf93578e
commit 0d597813ec
5 changed files with 28 additions and 6 deletions

View File

@ -60,7 +60,8 @@ class UsersController < ApplicationController
:phone,
:email,
:admin,
:staff
:staff,
:active
)
end
end