Skip to content

Instantly share code, notes, and snippets.

Avatar

Red Hendery redhendery

  • Seattle, Washington
View GitHub Profile
@redhendery
redhendery / Gemfile
Last active May 26, 2020 20:21
Ruby on Rails 5+ Simple Contact Form
View Gemfile
# Add the Mail Form gem to your gemfile.
gem 'mail_form'
# Then run:
bundle install