Skip to content

Instantly share code, notes, and snippets.

@abhianair
Created November 12, 2018 04:38
Show Gist options
  • Save abhianair/7124bc0d04068b9d2ff791e8204b1991 to your computer and use it in GitHub Desktop.
Save abhianair/7124bc0d04068b9d2ff791e8204b1991 to your computer and use it in GitHub Desktop.
Confirmation mail sent from tenant
<p>Welcome <%= @email.split('@')[0].capitalize %>!</p>
<p>Your Mail is Verified ! You can procees your signing Up By clicking the link below.</p>
<p><%= link_to 'Confirm my account', confirmation_url(@resource, confirmation_token: @token, subdomain: Apartment::Tenant.current) %></p>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment