activate emails
This commit is contained in:
@ -1,4 +0,0 @@
|
||||
!!!
|
||||
%h3 Activate me please
|
||||
|
||||
%p and then: #{@blarg}
|
@ -0,0 +1,4 @@
|
||||
%h1= "AccountMailer#" + @action.to_s
|
||||
|
||||
%p
|
||||
= @greeting + ", find me in app/views/account_mailer/activation_needed_email.html.haml"
|
@ -0,0 +1,3 @@
|
||||
AccountMailer#activation_needed_email
|
||||
|
||||
= @greeting + ", find me in app/views/account_mailer/activation_needed_email.text.haml"
|
@ -0,0 +1,4 @@
|
||||
%h1= "AccountMailer#" + @action.to_s
|
||||
|
||||
%p
|
||||
= @greeting + ", find me in app/views/account_mailer/activation_success_email.html.haml"
|
@ -0,0 +1,3 @@
|
||||
AccountMailer#activation_success_email
|
||||
|
||||
= @greeting + ", find me in app/views/account_mailer/activation_success_email.text.haml"
|
Reference in New Issue
Block a user