Remove pd checkbox from signup page
This commit is contained in:
parent
7c551c5f73
commit
9254f0c2be
4 changed files with 18 additions and 46 deletions
|
@ -222,8 +222,7 @@ class UsersController < ApplicationController
|
|||
def user_params
|
||||
params.require(:user).permit(:email, :display_name,
|
||||
:auth_provider, :auth_uid,
|
||||
:pass_crypt, :pass_crypt_confirmation,
|
||||
:consider_pd)
|
||||
:pass_crypt, :pass_crypt_confirmation)
|
||||
end
|
||||
|
||||
##
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue