From fb26ab5732c894eb25ec25e0bdafbba27621a3a3 Mon Sep 17 00:00:00 2001 From: Martin Ortbauer Date: Fri, 16 Feb 2024 22:29:56 -0500 Subject: [PATCH] remove trailing whitespace --- app/controllers/application_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/application_controller.rb b/app/controllers/application_controller.rb index 56a2c311a..fcc2bc426 100644 --- a/app/controllers/application_controller.rb +++ b/app/controllers/application_controller.rb @@ -11,7 +11,7 @@ class ApplicationController < ActionController::Base after_action :remove_controller around_action :set_time_zone, :set_currency - # needed for linking to attachments on locals storage + # needed for linking to attachments on locals storage before_action do ActiveStorage::Current.url_options = { protocol: request.protocol, host: request.host, port: request.port } end