mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-08 22:56:06 +00:00
8 lines
119 B
Ruby
8 lines
119 B
Ruby
# frozen_string_literal: true
|
|
|
|
module Catalog
|
|
class Engine < ::Rails::Engine
|
|
isolate_namespace Catalog
|
|
end
|
|
end
|