app/controllers/concerns/api/v1/users/controller_base.rb in bullet_train-api-1.1.15 vs app/controllers/concerns/api/v1/users/controller_base.rb in bullet_train-api-1.2.0
- old
+ new
@@ -9,9 +9,12 @@
:email,
:first_name,
:last_name,
:time_zone,
:locale,
+ :current_password,
+ :password,
+ :password_confirmation,
# 🚅 super scaffolding will insert new fields above this line.
*permitted_arrays,
# 🚅 super scaffolding will insert new arrays above this line.
)