Sha256: b9f025e404b7a24576e6f255588760f6c9d6c29f7f45f412281bc239e2e6b0e5
Contents?: true
Size: 411 Bytes
Versions: 6
Compression:
Stored size: 411 Bytes
Contents
# frozen_string_literal: true require 'administrate_tailwind_theme/view_generator' module AdministrateTailwindTheme module Generators module Views class EditGenerator < AdministrateTailwindTheme::ViewGenerator source_root template_source_path def copy_edit copy_resource_template('edit') copy_resource_template('_form') end end end end end
Version data entries
6 entries across 6 versions & 1 rubygems