We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d191c4f commit d1bb506Copy full SHA for d1bb506
railties/lib/rails/generators/erb/authentication/authentication_generator.rb
@@ -5,6 +5,8 @@
5
module Erb # :nodoc:
6
module Generators # :nodoc:
7
class AuthenticationGenerator < Rails::Generators::Base # :nodoc:
8
+ hide!
9
+
10
def create_files
11
template "app/views/passwords/new.html.erb"
12
template "app/views/passwords/edit.html.erb"
0 commit comments