Sha256: 7783b7bcd0241345508085d641123e2cf20f964fa5b176cbcd3bea2b2ab1b627
Contents?: true
Size: 423 Bytes
Versions: 6
Compression:
Stored size: 423 Bytes
Contents
# frozen_string_literal: true require 'administrate_tailwind_theme/view_generator' module AdministrateTailwindTheme module Generators module Views class IndexGenerator < AdministrateTailwindTheme::ViewGenerator source_root template_source_path def copy_template copy_resource_template('index') copy_resource_template('_collection') end end end end end
Version data entries
6 entries across 6 versions & 1 rubygems