Sha256: 6825928d20e75e9c0351dddadbdf406db7d4cf0c253f50021391f7c94fd5d866
Contents?: true
Size: 521 Bytes
Versions: 20
Compression:
Stored size: 521 Bytes
Contents
# frozen_string_literal: true module DeviseTokenAuth 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
20 entries across 20 versions & 6 rubygems