diff options
Diffstat (limited to 'app/controllers/api/user_accounts_controller.rb')
-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 |