mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-19 04:49:15 +00:00
8 lines
110 B
Ruby
8 lines
110 B
Ruby
module Spree
|
|
module UrlHelpers
|
|
def spree
|
|
Spree::Core::Engine.routes.url_helpers
|
|
end
|
|
end
|
|
end
|