Sha256: 000e5b69e928367a36367dcd4548b559c87506b0dd4a38ad4297fb5fd00c633b

Contents?: true

Size: 306 Bytes

Versions: 1

Compression:

Stored size: 306 Bytes

Contents

# frozen_string_literal: true

require 'inertia_rails/generators/controller_template_base'

module InertiaTemplates
  module Generators
    class ControllerGenerator < InertiaRails::Generators::ControllerTemplateBase
      hide!
      source_root File.expand_path('./templates', __dir__)
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
inertia_rails-3.5.0 lib/generators/inertia_templates/controller/controller_generator.rb