mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-26 01:33:22 +00:00
Fix cops StringConcatenation
This commit is contained in:
@@ -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