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