diff options
author | HombreLaser <sebastian-440@live.com> | 2023-02-21 20:08:07 -0600 |
---|---|---|
committer | HombreLaser <sebastian-440@live.com> | 2023-02-21 20:08:07 -0600 |
commit | 9a52e25a326c75112fd392e3ea4b5f211527f511 (patch) | |
tree | 433faa838fc8f619906fc13bc5378807cc0826c2 /app/controllers/api | |
parent | 881df134b40d413f7562e1ebed5462633389ed02 (diff) |
Añade el spec del controlador de usuarios
Diffstat (limited to 'app/controllers/api')
-rw-r--r-- | app/controllers/api/user_accounts_controller.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/controllers/api/user_accounts_controller.rb b/app/controllers/api/user_accounts_controller.rb index 36359e5..0825d33 100644 --- a/app/controllers/api/user_accounts_controller.rb +++ b/app/controllers/api/user_accounts_controller.rb @@ -14,6 +14,8 @@ module Api render json: Serializers::UserAccountSerializer.new(@user_account).serializable_hash end + # TODO: Must set authentication before defining the show method. + private def permitted_params |