# frozen_string_literal: true require 'inertia_rails/generators/scaffold_template_base' module InertiaTwTemplates module Generators class ScaffoldGenerator < InertiaRails::Generators::ScaffoldTemplateBase hide! source_root File.expand_path('./templates', __dir__) end end end