Sha256: 9f499baf193c22f0a34199115bd42b0061778fcbe708366d20e0d759db6cf76d
Contents?: true
Size: 256 Bytes
Versions: 5
Compression:
Stored size: 256 Bytes
Contents
module NoPassword class TailwindConfigGenerator < Rails::Generators::Base source_root File.expand_path("../templates", __FILE__) def create_tailwind_config_file template "app/assets/config/no_password/tailwind.config.js" end end end
Version data entries
5 entries across 5 versions & 1 rubygems