mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-27 01:43:22 +00:00
6 lines
88 B
Ruby
6 lines
88 B
Ruby
module Catalog
|
|
class Engine < ::Rails::Engine
|
|
isolate_namespace Catalog
|
|
end
|
|
end
|