Skip to content

Commit

Permalink
remove trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
mortbauer committed Feb 17, 2024
1 parent 2333548 commit fb26ab5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/application_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fb26ab5

Please sign in to comment.