Skip to content
This repository has been archived by the owner on Dec 1, 2021. It is now read-only.

UWE-Ruby/chapter12_actionmailer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 

Repository files navigation

rails new email_exercise --skip-test-unit
cd email_exercise
rails g scaffold user name:string email:string
rake db:migrate
rm public/index.html
git init 
git add .
git commit -m 'initial rails app with user scaffold'

About

Chapter 12: ActionMailer in Rails 3.2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published