Skip to content
Snippets Groups Projects
Unverified Commit f06e00ab authored by Sébastien Gaya's avatar Sébastien Gaya
Browse files

fix

parent e255ecfa
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,8 @@ class Users::RegistrationsController < Devise::RegistrationsController
include WithLocale
include Users::AddUniversityToRequestParams
layout 'admin/layouts/application', only: [:edit, :update]
before_action :configure_sign_up_params, only: :create
before_action :configure_account_update_params, only: :update
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment