mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +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
|