Connor

Results 2 comments of Connor

@stephenh Great! I'm working on a commit when I have free time. Might have a few questions before I open a PR.

Create a new rails (3.2) project. Update the Gemfile to use prototype. Create the following mailer class: ``` class UserMailer < ActionMailer::Base default :from => "[email protected]" def welcome_email @url =...