Sha256: 15b8b339d82fb37bdfe3b0ffad6af2cb796f23427e837b638178dd5a19d5f126
Contents?: true
Size: 323 Bytes
Versions: 6
Compression:
Stored size: 323 Bytes
Contents
# frozen_string_literal: true require "inertia_rails_contrib/generators/controller_template_base" module InertiaTwTemplates module Generators class ControllerGenerator < InertiaRailsContrib::Generators::ControllerTemplateBase hide! source_root File.expand_path("./templates", __dir__) end end end
Version data entries
6 entries across 6 versions & 1 rubygems