Skip to content

Commit 6e2e83e

Browse files
authored
Merge pull request rails#53798 from zzak/hide-erb-authentication-generator
Hide erb:authentication generator from help text
2 parents d191c4f + d1bb506 commit 6e2e83e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

railties/lib/rails/generators/erb/authentication/authentication_generator.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
module Erb # :nodoc:
66
module Generators # :nodoc:
77
class AuthenticationGenerator < Rails::Generators::Base # :nodoc:
8+
hide!
9+
810
def create_files
911
template "app/views/passwords/new.html.erb"
1012
template "app/views/passwords/edit.html.erb"

0 commit comments

Comments
 (0)