mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-20 00:37:26 +00:00
Fix cops StringConcatenation
This commit is contained in:
committed by
Maikel Linke
parent
a84c947d66
commit
a2a670c848
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user