Sha256: 2e07ff2adb52a551927b40054bf22b14f99d3b650fde3f6cf674622d70720c9c
Contents?: true
Size: 519 Bytes
Versions: 14
Compression:
Stored size: 519 Bytes
Contents
# frozen_string_literal: true module DeviseJwtAuth class InstallViewsGenerator < Rails::Generators::Base source_root File.expand_path('../../../app/views/devise/mailer', __dir__) 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 end end
Version data entries
14 entries across 14 versions & 3 rubygems