Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Hide tailwindcss:authentication from rails g
  • Loading branch information
patriciomacadden committed Jan 29, 2025
commit 43eeffd9171e9b271605803c7cb613a3e6b5aee4
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
module Tailwindcss
module Generators
class AuthenticationGenerator < Erb::Generators::AuthenticationGenerator
hide!

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