lib/generators/tailwindcss/authentication/authentication_generator.rb



require "rails/generators/erb/authentication/authentication_generator"

module Tailwindcss
  module Generators
    class AuthenticationGenerator < Erb::Generators::AuthenticationGenerator
      hide!

      source_root File.expand_path("templates", __dir__)
    end
  end
end