Sha256: baa53445c3c166ceb8703f1a4434b3ba3935b8bd0a07543049a09d4cfbfc8c85
Contents?: true
Size: 308 Bytes
Versions: 2
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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
inertia_rails-3.6.0 | lib/generators/inertia_tw_templates/controller/controller_generator.rb |
inertia_rails-3.5.0 | lib/generators/inertia_tw_templates/controller/controller_generator.rb |