From 43eeffd9171e9b271605803c7cb613a3e6b5aee4 Mon Sep 17 00:00:00 2001 From: Patricio Mac Adden Date: Tue, 28 Jan 2025 22:55:31 -0300 Subject: [PATCH] Hide tailwindcss:authentication from rails g --- .../tailwindcss/authentication/authentication_generator.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/generators/tailwindcss/authentication/authentication_generator.rb b/lib/generators/tailwindcss/authentication/authentication_generator.rb index aa6fc23b..756f1d7b 100644 --- a/lib/generators/tailwindcss/authentication/authentication_generator.rb +++ b/lib/generators/tailwindcss/authentication/authentication_generator.rb @@ -3,6 +3,8 @@ module Tailwindcss module Generators class AuthenticationGenerator < Erb::Generators::AuthenticationGenerator + hide! + source_root File.expand_path("templates", __dir__) end end