mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-04-08 07:46:59 +00:00
6 lines
88 B
Ruby
6 lines
88 B
Ruby
module Catalog
|
|
class Engine < ::Rails::Engine
|
|
isolate_namespace Catalog
|
|
end
|
|
end
|