Files
openfoodnetwork/engines/catalog/lib/catalog/engine.rb
Luis Ramos 8a9dae0ee2 Run rubocop autocorrect
This is the result of bundle exec rubocop --auto-correct
2020-06-22 12:23:10 +01:00

8 lines
119 B
Ruby

# frozen_string_literal: true
module Catalog
class Engine < ::Rails::Engine
isolate_namespace Catalog
end
end