Sha256: baa53445c3c166ceb8703f1a4434b3ba3935b8bd0a07543049a09d4cfbfc8c85
Contents?: true
Size: 308 Bytes
Versions: 3
Compression:
Stored size: 308 Bytes
Contents
# frozen_string_literal: true require 'inertia_rails/generators/controller_template_base' module InertiaTwTemplates module Generators class ControllerGenerator < InertiaRails::Generators::ControllerTemplateBase hide! source_root File.expand_path('./templates', __dir__) end end end
Version data entries
3 entries across 3 versions & 1 rubygems