mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-02 02:11:33 +00:00
Explicitely load our DFC Connector patches
It makes sure we can extend functionality without conflicts.
This commit is contained in:
@@ -1,7 +1,11 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
require_relative "context"
|
||||
# Load the original library first:
|
||||
require "datafoodconsortium/connector"
|
||||
|
||||
# Then our tools for monky-patching:
|
||||
require_relative "importer"
|
||||
require_relative "context"
|
||||
|
||||
module DataFoodConsortium
|
||||
module Connector
|
||||
|
||||
Reference in New Issue
Block a user