mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-25 01:23:23 +00:00
8 lines
127 B
Ruby
8 lines
127 B
Ruby
# frozen_string_literal: true
|
|
|
|
module DfcProvider
|
|
class Engine < ::Rails::Engine
|
|
isolate_namespace DfcProvider
|
|
end
|
|
end
|