Sha256: 894544e5727c0ad4cb014de4253cf66610b31a6795cc2647b9a1fb66e6fee0d7
Contents?: true
Size: 494 Bytes
Versions: 55
Compression:
Stored size: 494 Bytes
Contents
module DeviseTokenAuth class InstallViewsGenerator < Rails::Generators::Base source_root File.expand_path('../../../../app/views/devise/mailer', __FILE__) 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
55 entries across 55 versions & 4 rubygems