Skip to content

Commit 3a5fedc

Browse files
authored
Merge pull request #483 from patriciomacadden/hide-authentication-generator
Hide tailwindcss:authentication from rails g
2 parents 09e237e + 43eeffd commit 3a5fedc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: lib/generators/tailwindcss/authentication/authentication_generator.rb

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
module Tailwindcss
44
module Generators
55
class AuthenticationGenerator < Erb::Generators::AuthenticationGenerator
6+
hide!
7+
68
source_root File.expand_path("templates", __dir__)
79
end
810
end

0 commit comments

Comments
 (0)