From 02868b5e1747e4c83d503624a9cbf3d3dc41f19c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kasia=20Jarmo=C5=82kowicz?= Date: Thu, 17 May 2018 23:52:15 +0200 Subject: [PATCH] WIP no, seriously fix the bucket address bug --- app/controllers/profiles_controller.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/controllers/profiles_controller.rb b/app/controllers/profiles_controller.rb index d219c4e2..739c15ee 100755 --- a/app/controllers/profiles_controller.rb +++ b/app/controllers/profiles_controller.rb @@ -46,6 +46,8 @@ class ProfilesController < ApplicationController else @profile = current_user.profile end + puts "______________awsbucketaddress: #{Settings.image.host}" + puts "______________awsbucketaddress: #{Settings.image&.host}" @profile.update_attributes(params[:profile]) json_saved @profile, 'Profile updated' end