class DeviseTokenAuth::InstallViewsGenerator
def copy_mailer_templates
def copy_mailer_templates copy_file( "confirmation_instructions.html.erb", "app/views/devise/mailer/confirmation_instructions.html.erb" ) copy_file( "reset_password_instructions.html.erb", "app/views/devise/mailer/reset_password_instructions.html.erb" ) end