Sha256: 6a38b6c01726122d29740373d6faa4ff1d14663085dc14fd8c7a3b77fc455f87
Contents?: true
Size: 489 Bytes
Versions: 3
Compression:
Stored size: 489 Bytes
Contents
module DeviseTokens 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
3 entries across 3 versions & 1 rubygems