mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-24 05:38:52 +00:00
6 lines
88 B
Ruby
6 lines
88 B
Ruby
module Catalog
|
|
class Engine < ::Rails::Engine
|
|
isolate_namespace Catalog
|
|
end
|
|
end
|