Fix cops StringConcatenation

This commit is contained in:
zanetagebka
2024-06-04 15:28:29 +02:00
committed by Maikel Linke
parent a84c947d66
commit a2a670c848
17 changed files with 21 additions and 21 deletions

View File

@@ -22,7 +22,7 @@ module Spree
include CanCan::ControllerAdditions
include Spree::Core::ControllerHelpers::Auth
prepend_view_path Rails.root + "app/views"
prepend_view_path "#{Rails.root}app/views"
append_view_path File.expand_path("../../../app/views", File.dirname(__FILE__))
end
end